Shades of Golden Brown #AB6110
Tints of Golden Brown #AB6110
RGB
CMYK
RGB Variations
Color information
#AB6110 (or 0xAB6110) is known color: Golden Brown. HEX triplet: AB, 61 and 10. RGB value is (171,97,16). Sum of RGB (Red+Green+Blue) = 171+97+16=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6110 is #549EEF. Grayscale: #6E6E6E. Windows color (decimal): -5545712 or 1073579. OLE color: 1073579.
HSL color Cylindrical-coordinate representation of color #AB6110: hue angle of 31.35º 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 #AB6110 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 16 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.33 |
| HSL | 31.35º | 0.83% | 0.37% | - |
| HSV(B) | 31.35º | 0.91% | 0.67% | - |
| XYZ | 21.16 | 17.24 | 2.7 | - |
| YUV | 109.89 | 75.02 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 16 | 0 | 0.43 | 0.91 | 0.33 | 31.35 | 0.83 | 0.37 |
| Hex | AB | 61 | 10 | 0 | 2B | 5B | 21 | 1F | 53 | 25 |
| Octal | 253 | 141 | 20 | 0 | 53 | 133 | 41 | 37 | 123 | 45 |
| Binary | 10101011 | 1100001 | 10000 | 0 | 101011 | 1011011 | 100001 | 11111 | 1010011 | 100101 |
Color Harmonies of #AB6110
Complementary color
Monochromatic Colors of #AB6110
Black with #AB6110
Text Example
Text Example
White with #AB6110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6110; }
p { color: rgb(171,97,16); }
H1.HeaderClassName
{
color: #AB6110;
}
.AnyTagClassName
{
color: #AB6110;
}
</style>
background-color css
<style>
a { background-color: #AB6110; }
a { background-color: rgb(171,97,16); }
div.DivClassName
{
background-color: #AB6110;
}
.BgClassName
{
background-color: #AB6110;
}
</style>
border-color css
<style>
span { border-color: #AB6110; }
span { border-color: rgb(171,97,16); }
td.TdClassName
{
border-color: #AB6110;
}
.TagClassName
{
border-color: #AB6110;
}
</style>