Color Hex Logo

#af602a Color Hex

#AF602A
(175,96,42)
0 Favorites   0 Comments

Color spaces of #af602a

RGB 1759642
HSL0.070.610.43
HSV24°76°69°
CMYK 0.000.450.76   0.31
XYZ22.280017.64694.4224
Yxy17.64690.50240.3979
Hunter Lab42.008221.157123.1640
CIE-Lab49.065027.839443.4326

#af602a color RGB value is (175,96,42).

#af602a hex color red value is 175, green value is 96 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #af602a hue: 0.07 , saturation: 0.61 and the lightness value of af602a is 0.43.

The process color (four color CMYK) of #af602a color hex is 0.00, 0.45, 0.76, 0.31. Web safe color of #af602a is #996633. Color #af602a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100000 00101010
Octal 257 140 52
Decimal 175 96 42
Hex AF 60 2A

RGB Percentages of Color #af602a

%55.91
%30.67
%13.42

CMYK Percentages of Color #af602a

%0
%45
%76
%31

Triadic Colors of #af602a

#af602a #2aaf60 #602aaf

Analogous Colors of #af602a

#af602a #afa32a #af2a36

Monochromatic Colors of #af602a

#af602a

Complementary Color

#af602a #2a79af

#af602a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af602a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af602a Color CSS Codes

.mybgcolor {background-color:#af602a; } 
.myforecolor {color:#af602a; }
.mybordercolor {border:3px solid #af602a; }

#af602a Text Font Color

<p style="color:#af602a">Text here</p>

This sample text font color is #af602a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af602a Background Color

<div style="background-color:#af602a">
Div content here</div>

This div background color is #af602a


#af602a Border Color

<div style="border:3px solid #af602a">
Div here</div>

This div border color is #af602a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,96,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af602a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af602a;
  -webkit-box-shadow: 1px 1px 3px 2px #af602a;
  box-shadow:         1px 1px 3px 2px #af602a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,96,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af602a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af602a;
  -webkit-box-shadow: 1px 1px 3px 2px #af602a;
  box-shadow:         1px 1px 3px 2px #af602a;">
Div content here</div>

This div box has shadow with color #af602a


Comments

No comments written yet.

Please login to write comment.