Shades of Golden Brown #AC6402
Tints of Golden Brown #AC6402
RGB
CMYK
RGB Variations
Color information
#AC6402 (or 0xAC6402) is known color: Golden Brown. HEX triplet: AC, 64 and 02. RGB value is (172,100,2). Sum of RGB (Red+Green+Blue) = 172+100+2=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6402 is #539BFD. Grayscale: #6E6E6E. Windows color (decimal): -5479422 or 156844. OLE color: 156844.
HSL color Cylindrical-coordinate representation of color #AC6402: hue angle of 34.59º 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 #AC6402 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 100 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.33 |
| HSL | 34.59º | 0.98% | 0.34% | - |
| HSV(B) | 34.59º | 0.99% | 0.67% | - |
| XYZ | 21.58 | 17.89 | 2.37 | - |
| YUV | 110.36 | 66.85 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 100 | 2 | 0 | 0.42 | 0.99 | 0.33 | 34.59 | 0.98 | 0.34 |
| Hex | AC | 64 | 2 | 0 | 2A | 63 | 21 | 23 | 62 | 22 |
| Octal | 254 | 144 | 2 | 0 | 52 | 143 | 41 | 43 | 142 | 42 |
| Binary | 10101100 | 1100100 | 10 | 0 | 101010 | 1100011 | 100001 | 100011 | 1100010 | 100010 |
Color Harmonies of #AC6402
Complementary color
Monochromatic Colors of #AC6402
Black with #AC6402
Text Example
Text Example
White with #AC6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6402; }
p { color: rgb(172,100,2); }
H1.HeaderClassName
{
color: #AC6402;
}
.AnyTagClassName
{
color: #AC6402;
}
</style>
background-color css
<style>
a { background-color: #AC6402; }
a { background-color: rgb(172,100,2); }
div.DivClassName
{
background-color: #AC6402;
}
.BgClassName
{
background-color: #AC6402;
}
</style>
border-color css
<style>
span { border-color: #AC6402; }
span { border-color: rgb(172,100,2); }
td.TdClassName
{
border-color: #AC6402;
}
.TagClassName
{
border-color: #AC6402;
}
</style>