#AC5C12

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

Shades of Golden Brown #AC5C12

Tints of Golden Brown #AC5C12

Color information

#AC5C12 (or 0xAC5C12) is unknown color: approx Golden Brown. HEX triplet: AC, 5C and 12. RGB value is (172,92,18). Sum of RGB (Red+Green+Blue) = 172+92+18=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C12 is #53A3ED. Grayscale: #6B6B6B. Windows color (decimal): -5481454 or 1203372. OLE color: 1203372.

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

Color convert

RGB1729218-
CMYK00.470.900.33
HSL28.83º81.05%37.25%-
HSV(B)28.83º89.53%67.45%-
XYZ20.9516.472.65-
YUV107.4877.5174.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.99%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=60.99%
G=32.62%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172921800.470.900.3328.8381.0537.25
HexAC5C1202F5A211d5125
Octal25413422057132413512145
Binary1010110010111001001001011111011010100001111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C12; }

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

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

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

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

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

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

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

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