#AF6D0B

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

Shades of Golden Brown #AF6D0B

Tints of Golden Brown #AF6D0B

Color information

#AF6D0B (or 0xAF6D0B) is unknown color: approx Golden Brown. HEX triplet: AF, 6D and 0B. RGB value is (175,109,11). Sum of RGB (Red+Green+Blue) = 175+109+11=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D0B is #5092F4. Grayscale: #767676. Windows color (decimal): -5280501 or 748975. OLE color: 748975.

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

Color convert

RGB17510911-
CMYK00.380.940.31
HSL35.85º88.17%36.47%-
HSV(B)35.85º93.71%68.63%-
XYZ23.2120.082.97-
YUV117.5667.87168.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.32%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 11 (4.69% from 255) = 3.73%
R=59.32%
G=36.95%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751091100.380.940.3135.8588.1736.47
HexAF6DB0265E1F245824
Octal25715513046136374413044
Binary101011111101101101101001101011110111111001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D0B; }

 p { color: rgb(175,109,11); }

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

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

 a { background-color: rgb(175,109,11); }

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

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

 span { border-color: rgb(175,109,11); }

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