#AC5F16

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

Shades of Golden Brown #AC5F16

Tints of Golden Brown #AC5F16

Color information

#AC5F16 (or 0xAC5F16) is unknown color: approx Golden Brown. HEX triplet: AC, 5F and 16. RGB value is (172,95,22). Sum of RGB (Red+Green+Blue) = 172+95+22=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5F16 is #53A0E9. Grayscale: #6E6E6E. Windows color (decimal): -5480682 or 1466284. OLE color: 1466284.

HSL color Cylindrical-coordinate representation of color #AC5F16: hue angle of 29.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC5F16 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB1729522-
CMYK00.450.870.33
HSL29.2º77.32%38.04%-
HSV(B)29.2º87.21%67.45%-
XYZ21.2517.012.92-
YUV109.778.51172.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.52%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=59.52%
G=32.87%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172952200.450.870.3329.277.3238.04
HexAC5F1602D57211d4d26
Octal25413726055127413511546
Binary1010110010111111011001011011010111100001111011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F16; }

 p { color: rgb(172,95,22); }

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

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

 a { background-color: rgb(172,95,22); }

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

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

 span { border-color: rgb(172,95,22); }

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