Shades of Golden Brown #AC6302
Tints of Golden Brown #AC6302
RGB
CMYK
RGB Variations
Color information
#AC6302 (or 0xAC6302) is known color: Golden Brown. HEX triplet: AC, 63 and 02. RGB value is (172,99,2). Sum of RGB (Red+Green+Blue) = 172+99+2=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC6302 is #539CFD. Grayscale: #6E6E6E. Windows color (decimal): -5479678 or 156588. OLE color: 156588.
HSL color Cylindrical-coordinate representation of color #AC6302: hue angle of 34.24º 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 #AC6302 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.33 |
| HSL | 34.24º | 0.98% | 0.34% | - |
| HSV(B) | 34.24º | 0.99% | 0.67% | - |
| XYZ | 21.49 | 17.7 | 2.34 | - |
| YUV | 109.77 | 67.18 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 2 | 0 | 0.42 | 0.99 | 0.33 | 34.24 | 0.98 | 0.34 |
| Hex | AC | 63 | 2 | 0 | 2A | 63 | 21 | 22 | 62 | 22 |
| Octal | 254 | 143 | 2 | 0 | 52 | 143 | 41 | 42 | 142 | 42 |
| Binary | 10101100 | 1100011 | 10 | 0 | 101010 | 1100011 | 100001 | 100010 | 1100010 | 100010 |
Color Harmonies of #AC6302
Complementary color
Monochromatic Colors of #AC6302
Black with #AC6302
Text Example
Text Example
White with #AC6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6302; }
p { color: rgb(172,99,2); }
H1.HeaderClassName
{
color: #AC6302;
}
.AnyTagClassName
{
color: #AC6302;
}
</style>
background-color css
<style>
a { background-color: #AC6302; }
a { background-color: rgb(172,99,2); }
div.DivClassName
{
background-color: #AC6302;
}
.BgClassName
{
background-color: #AC6302;
}
</style>
border-color css
<style>
span { border-color: #AC6302; }
span { border-color: rgb(172,99,2); }
td.TdClassName
{
border-color: #AC6302;
}
.TagClassName
{
border-color: #AC6302;
}
</style>