Shades of Golden Brown #AC630F
Tints of Golden Brown #AC630F
RGB
CMYK
RGB Variations
Color information
#AC630F (or 0xAC630F) is known color: Golden Brown. HEX triplet: AC, 63 and 0F. RGB value is (172,99,15). Sum of RGB (Red+Green+Blue) = 172+99+15=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC630F is #539CF0. Grayscale: #6F6F6F. Windows color (decimal): -5479665 or 1008556. OLE color: 1008556.
HSL color Cylindrical-coordinate representation of color #AC630F: hue angle of 32.1º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC630F is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 99 | 15 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.33 |
| HSL | 32.1º | 0.84% | 0.37% | - |
| HSV(B) | 32.1º | 0.91% | 0.67% | - |
| XYZ | 21.56 | 17.73 | 2.74 | - |
| YUV | 111.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 99 | 15 | 0 | 0.42 | 0.91 | 0.33 | 32.1 | 0.84 | 0.37 |
| Hex | AC | 63 | F | 0 | 2A | 5B | 21 | 20 | 54 | 25 |
| Octal | 254 | 143 | 17 | 0 | 52 | 133 | 41 | 40 | 124 | 45 |
| Binary | 10101100 | 1100011 | 1111 | 0 | 101010 | 1011011 | 100001 | 100000 | 1010100 | 100101 |
Color Harmonies of #AC630F
Complementary color
Monochromatic Colors of #AC630F
Black with #AC630F
Text Example
Text Example
White with #AC630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC630F; }
p { color: rgb(172,99,15); }
H1.HeaderClassName
{
color: #AC630F;
}
.AnyTagClassName
{
color: #AC630F;
}
</style>
background-color css
<style>
a { background-color: #AC630F; }
a { background-color: rgb(172,99,15); }
div.DivClassName
{
background-color: #AC630F;
}
.BgClassName
{
background-color: #AC630F;
}
</style>
border-color css
<style>
span { border-color: #AC630F; }
span { border-color: rgb(172,99,15); }
td.TdClassName
{
border-color: #AC630F;
}
.TagClassName
{
border-color: #AC630F;
}
</style>