Shades of Golden Brown #AC630A
Tints of Golden Brown #AC630A
RGB
CMYK
RGB Variations
Color information
#AC630A (or 0xAC630A) is known color: Golden Brown. HEX triplet: AC, 63 and 0A. RGB value is (172,99,10). Sum of RGB (Red+Green+Blue) = 172+99+10=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC630A is #539CF5. Grayscale: #6F6F6F. Windows color (decimal): -5479670 or 680876. OLE color: 680876.
HSL color Cylindrical-coordinate representation of color #AC630A: hue angle of 32.96º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC630A is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 10 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.33 |
| HSL | 32.96º | 0.89% | 0.36% | - |
| HSV(B) | 32.96º | 0.94% | 0.67% | - |
| XYZ | 21.53 | 17.72 | 2.57 | - |
| YUV | 110.68 | 71.18 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 10 | 0 | 0.42 | 0.94 | 0.33 | 32.96 | 0.89 | 0.36 |
| Hex | AC | 63 | A | 0 | 2A | 5E | 21 | 21 | 59 | 24 |
| Octal | 254 | 143 | 12 | 0 | 52 | 136 | 41 | 41 | 131 | 44 |
| Binary | 10101100 | 1100011 | 1010 | 0 | 101010 | 1011110 | 100001 | 100001 | 1011001 | 100100 |
Color Harmonies of #AC630A
Complementary color
Monochromatic Colors of #AC630A
Black with #AC630A
Text Example
Text Example
White with #AC630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC630A; }
p { color: rgb(172,99,10); }
H1.HeaderClassName
{
color: #AC630A;
}
.AnyTagClassName
{
color: #AC630A;
}
</style>
background-color css
<style>
a { background-color: #AC630A; }
a { background-color: rgb(172,99,10); }
div.DivClassName
{
background-color: #AC630A;
}
.BgClassName
{
background-color: #AC630A;
}
</style>
border-color css
<style>
span { border-color: #AC630A; }
span { border-color: rgb(172,99,10); }
td.TdClassName
{
border-color: #AC630A;
}
.TagClassName
{
border-color: #AC630A;
}
</style>