Color Hex Logo

#af6600 Color Hex

#AF6600
(175,102,0)
0 Favorites   0 Comments

Color spaces of #af6600

RGB 1751020
HSL0.101.000.34
HSV35°100°69°
CMYK 0.000.421.00   0.31
XYZ22.430618.61672.4112
Yxy18.61670.51610.4284
Hunter Lab43.147117.288326.8896
CIE-Lab50.235723.486358.0360

#af6600 color RGB value is (175,102,0).

#af6600 hex color red value is 175, green value is 102 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #af6600 hue: 0.10 , saturation: 1.00 and the lightness value of af6600 is 0.34.

The process color (four color CMYK) of #af6600 color hex is 0.00, 0.42, 1.00, 0.31. Web safe color of #af6600 is #996600. Color #af6600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100110 00000000
Octal 257 146 0
Decimal 175 102 0
Hex AF 66 0

RGB Percentages of Color #af6600

%63.18
%36.82
%0.00

CMYK Percentages of Color #af6600

%0
%42
%100
%31

Triadic Colors of #af6600

#af6600 #00af66 #6600af

Analogous Colors of #af6600

#af6600 #a1af00 #af0f00

Monochromatic Colors of #af6600

#af6600

Complementary Color

#af6600 #0049af

#af6600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6600 Color CSS Codes

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

#af6600 Text Font Color

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

This sample text font color is #af6600
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.


#af6600 Background Color

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

This div background color is #af6600


#af6600 Border Color

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

This div border color is #af6600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6600

#af6600 Color Palettes


Comments

No comments written yet.

Please login to write comment.