#AC5C13

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

Shades of Golden Brown #AC5C13

Tints of Golden Brown #AC5C13

Color information

#AC5C13 (or 0xAC5C13) is unknown color: approx Golden Brown. HEX triplet: AC, 5C and 13. RGB value is (172,92,19). Sum of RGB (Red+Green+Blue) = 172+92+19=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C13 is #53A3EC. Grayscale: #6B6B6B. Windows color (decimal): -5481453 or 1268908. OLE color: 1268908.

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

Color convert

RGB1729219-
CMYK00.470.890.33
HSL28.63º80.1%37.45%-
HSV(B)28.63º88.95%67.45%-
XYZ20.9616.472.69-
YUV107.678173.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.78%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 19 (7.81% from 255) = 6.71%
R=60.78%
G=32.51%
B=6.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172921900.470.890.3328.6380.137.45
HexAC5C1302F59211d5025
Octal25413423057131413512045
Binary1010110010111001001101011111011001100001111011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C13; }

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

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

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

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

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

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

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

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