#AC5F15

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

Shades of Golden Brown #AC5F15

Tints of Golden Brown #AC5F15

Color information

#AC5F15 (or 0xAC5F15) is unknown color: approx Golden Brown. HEX triplet: AC, 5F and 15. RGB value is (172,95,21). Sum of RGB (Red+Green+Blue) = 172+95+21=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5F15 is #53A0EA. Grayscale: #6D6D6D. Windows color (decimal): -5480683 or 1400748. OLE color: 1400748.

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

Color convert

RGB1729521-
CMYK00.450.880.33
HSL29.4º78.24%37.84%-
HSV(B)29.4º87.79%67.45%-
XYZ21.2417.012.87-
YUV109.5978.01172.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.72%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 21 (8.59% from 255) = 7.29%
R=59.72%
G=32.99%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172952100.450.880.3329.478.2437.84
HexAC5F1502D58211d4e26
Octal25413725055130413511646
Binary1010110010111111010101011011011000100001111011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F15; }

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

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

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

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

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

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

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

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