Shades of Golden Brown #AC5C02
Tints of Golden Brown #AC5C02
RGB
CMYK
RGB Variations
Color information
#AC5C02 (or 0xAC5C02) is known color: Golden Brown. HEX triplet: AC, 5C and 02. RGB value is (172,92,2). Sum of RGB (Red+Green+Blue) = 172+92+2=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5C02 is #53A3FD. Grayscale: #6A6A6A. Windows color (decimal): -5481470 or 154796. OLE color: 154796.
HSL color Cylindrical-coordinate representation of color #AC5C02: hue angle of 31.76º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC5C02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.33 |
| HSL | 31.76º | 0.98% | 0.34% | - |
| HSV(B) | 31.76º | 0.99% | 0.67% | - |
| XYZ | 20.85 | 16.43 | 2.13 | - |
| YUV | 105.66 | 69.5 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 2 | 0 | 0.47 | 0.99 | 0.33 | 31.76 | 0.98 | 0.34 |
| Hex | AC | 5C | 2 | 0 | 2F | 63 | 21 | 20 | 62 | 22 |
| Octal | 254 | 134 | 2 | 0 | 57 | 143 | 41 | 40 | 142 | 42 |
| Binary | 10101100 | 1011100 | 10 | 0 | 101111 | 1100011 | 100001 | 100000 | 1100010 | 100010 |
Color Harmonies of #AC5C02
Complementary color
Monochromatic Colors of #AC5C02
Black with #AC5C02
Text Example
Text Example
White with #AC5C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C02; }
p { color: rgb(172,92,2); }
H1.HeaderClassName
{
color: #AC5C02;
}
.AnyTagClassName
{
color: #AC5C02;
}
</style>
background-color css
<style>
a { background-color: #AC5C02; }
a { background-color: rgb(172,92,2); }
div.DivClassName
{
background-color: #AC5C02;
}
.BgClassName
{
background-color: #AC5C02;
}
</style>
border-color css
<style>
span { border-color: #AC5C02; }
span { border-color: rgb(172,92,2); }
td.TdClassName
{
border-color: #AC5C02;
}
.TagClassName
{
border-color: #AC5C02;
}
</style>