#AC5C15

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

Shades of Golden Brown #AC5C15

Tints of Golden Brown #AC5C15

Color information

#AC5C15 (or 0xAC5C15) is unknown color: approx Golden Brown. HEX triplet: AC, 5C and 15. RGB value is (172,92,21). Sum of RGB (Red+Green+Blue) = 172+92+21=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C15 is #53A3EA. Grayscale: #6C6C6C. Windows color (decimal): -5481451 or 1399980. OLE color: 1399980.

HSL color Cylindrical-coordinate representation of color #AC5C15: hue angle of 28.21º 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 #AC5C15 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1729221-
CMYK00.470.880.33
HSL28.21º78.24%37.84%-
HSV(B)28.21º87.79%67.45%-
XYZ20.9816.482.78-
YUV107.8379173.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.35%
GREEN value IS 92 (36.33% from 255) = 32.28%
BLUE value IS 21 (8.59% from 255) = 7.37%
R=60.35%
G=32.28%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172922100.470.880.3328.2178.2437.84
HexAC5C1502F58211c4e26
Octal25413425057130413411646
Binary1010110010111001010101011111011000100001111001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C15; }

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

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

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

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

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

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

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

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