Shades of Golden Brown #AC6502
Tints of Golden Brown #AC6502
RGB
CMYK
RGB Variations
Color information
#AC6502 (or 0xAC6502) is known color: Golden Brown. HEX triplet: AC, 65 and 02. RGB value is (172,101,2). Sum of RGB (Red+Green+Blue) = 172+101+2=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6502 is #539AFD. Grayscale: #6F6F6F. Windows color (decimal): -5479166 or 157100. OLE color: 157100.
HSL color Cylindrical-coordinate representation of color #AC6502: hue angle of 34.94º 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 #AC6502 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.33 |
| HSL | 34.94º | 0.98% | 0.34% | - |
| HSV(B) | 34.94º | 0.99% | 0.67% | - |
| XYZ | 21.68 | 18.08 | 2.41 | - |
| YUV | 110.94 | 66.52 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 2 | 0 | 0.41 | 0.99 | 0.33 | 34.94 | 0.98 | 0.34 |
| Hex | AC | 65 | 2 | 0 | 29 | 63 | 21 | 23 | 62 | 22 |
| Octal | 254 | 145 | 2 | 0 | 51 | 143 | 41 | 43 | 142 | 42 |
| Binary | 10101100 | 1100101 | 10 | 0 | 101001 | 1100011 | 100001 | 100011 | 1100010 | 100010 |
Color Harmonies of #AC6502
Complementary color
Monochromatic Colors of #AC6502
Black with #AC6502
Text Example
Text Example
White with #AC6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6502; }
p { color: rgb(172,101,2); }
H1.HeaderClassName
{
color: #AC6502;
}
.AnyTagClassName
{
color: #AC6502;
}
</style>
background-color css
<style>
a { background-color: #AC6502; }
a { background-color: rgb(172,101,2); }
div.DivClassName
{
background-color: #AC6502;
}
.BgClassName
{
background-color: #AC6502;
}
</style>
border-color css
<style>
span { border-color: #AC6502; }
span { border-color: rgb(172,101,2); }
td.TdClassName
{
border-color: #AC6502;
}
.TagClassName
{
border-color: #AC6502;
}
</style>