#AF7011

Color #AF7011 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #AF7011

Tints of Golden Brown #AF7011

Color information

#AF7011 (or 0xAF7011) is unknown color: approx Golden Brown. HEX triplet: AF, 70 and 11. RGB value is (175,112,17). Sum of RGB (Red+Green+Blue) = 175+112+17=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7011 is #508FEE. Grayscale: #787878. Windows color (decimal): -5279727 or 1142959. OLE color: 1142959.

HSL color Cylindrical-coordinate representation of color #AF7011: hue angle of 36.08º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF7011 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17511217-
CMYK00.360.900.31
HSL36.08º82.29%37.65%-
HSV(B)36.08º90.29%68.63%-
XYZ23.5720.743.29-
YUV120.0169.87167.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 112 (44.14% from 255) = 36.84%
BLUE value IS 17 (7.03% from 255) = 5.59%
R=57.57%
G=36.84%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751121700.360.900.3136.0882.2937.65
HexAF70110245A1F245226
Octal25716021044132374412246
Binary1010111111100001000101001001011010111111001001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7011; }

 p { color: rgb(175,112,17); }

 H1.HeaderClassName
 {
   color: #AF7011;
 }
 .AnyTagClassName
 {
   color: #AF7011;
 }
</style>
background-color css

<style>
 a { background-color: #AF7011; }

 a { background-color: rgb(175,112,17); }

 div.DivClassName
 {
   background-color: #AF7011;
 }
 .BgClassName
 {
   background-color: #AF7011;
 }
</style>
border-color css

<style>
 span { border-color: #AF7011; }

 span { border-color: rgb(175,112,17); }

 td.TdClassName
 {
   border-color: #AF7011;
 }
 .TagClassName
 {
   border-color: #AF7011;
 }
</style>