#AF6E0B

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

Shades of Golden Brown #AF6E0B

Tints of Golden Brown #AF6E0B

Color information

#AF6E0B (or 0xAF6E0B) is unknown color: approx Golden Brown. HEX triplet: AF, 6E and 0B. RGB value is (175,110,11). Sum of RGB (Red+Green+Blue) = 175+110+11=296 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.12% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6E0B is #5091F4. Grayscale: #767676. Windows color (decimal): -5280245 or 749231. OLE color: 749231.

HSL color Cylindrical-coordinate representation of color #AF6E0B: hue angle of 36.22º 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 #AF6E0B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB17511011-
CMYK00.370.940.31
HSL36.22º88.17%36.47%-
HSV(B)36.22º93.71%68.63%-
XYZ23.3220.293-
YUV118.1567.53168.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.12%
GREEN value IS 110 (43.36% from 255) = 37.16%
BLUE value IS 11 (4.69% from 255) = 3.72%
R=59.12%
G=37.16%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751101100.370.940.3136.2288.1736.47
HexAF6EB0255E1F245824
Octal25715613045136374413044
Binary101011111101110101101001011011110111111001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E0B; }

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

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

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

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

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

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

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

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