#AF6F0C

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

Shades of Golden Brown #AF6F0C

Tints of Golden Brown #AF6F0C

Color information

#AF6F0C (or 0xAF6F0C) is unknown color: approx Golden Brown. HEX triplet: AF, 6F and 0C. RGB value is (175,111,12). Sum of RGB (Red+Green+Blue) = 175+111+12=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6F0C is #5090F3. Grayscale: #777777. Windows color (decimal): -5279988 or 815023. OLE color: 815023.

HSL color Cylindrical-coordinate representation of color #AF6F0C: hue angle of 36.44º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF6F0C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17511112-
CMYK00.370.930.31
HSL36.44º87.17%36.67%-
HSV(B)36.44º93.14%68.63%-
XYZ23.4320.513.07-
YUV118.8567.7168.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.72%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=58.72%
G=37.25%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751111200.370.930.3136.4487.1736.67
HexAF6FC0255D1F245725
Octal25715714045135374412745
Binary101011111101111110001001011011101111111001001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F0C; }

 p { color: rgb(175,111,12); }

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

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

 a { background-color: rgb(175,111,12); }

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

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

 span { border-color: rgb(175,111,12); }

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