Shades of Golden Brown #AB6310
Tints of Golden Brown #AB6310
RGB
CMYK
RGB Variations
Color information
#AB6310 (or 0xAB6310) is known color: Golden Brown. HEX triplet: AB, 63 and 10. RGB value is (171,99,16). Sum of RGB (Red+Green+Blue) = 171+99+16=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6310 is #549CEF. Grayscale: #6F6F6F. Windows color (decimal): -5545200 or 1074091. OLE color: 1074091.
HSL color Cylindrical-coordinate representation of color #AB6310: hue angle of 32.13º degrees, saturation: 0.83, 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 #AB6310 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 16 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.33 |
| HSL | 32.13º | 0.83% | 0.37% | - |
| HSV(B) | 32.13º | 0.91% | 0.67% | - |
| XYZ | 21.35 | 17.62 | 2.77 | - |
| YUV | 111.07 | 74.35 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 16 | 0 | 0.42 | 0.91 | 0.33 | 32.13 | 0.83 | 0.37 |
| Hex | AB | 63 | 10 | 0 | 2A | 5B | 21 | 20 | 53 | 25 |
| Octal | 253 | 143 | 20 | 0 | 52 | 133 | 41 | 40 | 123 | 45 |
| Binary | 10101011 | 1100011 | 10000 | 0 | 101010 | 1011011 | 100001 | 100000 | 1010011 | 100101 |
Color Harmonies of #AB6310
Complementary color
Monochromatic Colors of #AB6310
Black with #AB6310
Text Example
Text Example
White with #AB6310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6310; }
p { color: rgb(171,99,16); }
H1.HeaderClassName
{
color: #AB6310;
}
.AnyTagClassName
{
color: #AB6310;
}
</style>
background-color css
<style>
a { background-color: #AB6310; }
a { background-color: rgb(171,99,16); }
div.DivClassName
{
background-color: #AB6310;
}
.BgClassName
{
background-color: #AB6310;
}
</style>
border-color css
<style>
span { border-color: #AB6310; }
span { border-color: rgb(171,99,16); }
td.TdClassName
{
border-color: #AB6310;
}
.TagClassName
{
border-color: #AB6310;
}
</style>