#AC5C05

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

Shades of Golden Brown #AC5C05

Tints of Golden Brown #AC5C05

Color information

#AC5C05 (or 0xAC5C05) is unknown color: approx Golden Brown. HEX triplet: AC, 5C and 05. RGB value is (172,92,5). Sum of RGB (Red+Green+Blue) = 172+92+5=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C05 is #53A3FA. Grayscale: #6A6A6A. Windows color (decimal): -5481467 or 351404. OLE color: 351404.

HSL color Cylindrical-coordinate representation of color #AC5C05: hue angle of 31.26º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC5C05 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB172925-
CMYK00.470.970.33
HSL31.26º94.35%34.71%-
HSV(B)31.26º97.09%67.45%-
XYZ20.8716.442.22-
YUV10671175.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.94%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=63.94%
G=34.20%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17292500.470.970.3331.2694.3534.71
HexAC5C502F61211f5e23
Octal2541345057141413713643
Binary10101100101110010101011111100001100001111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C05; }

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

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

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

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

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

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

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

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