Shades of Golden Brown #AB6100
Tints of Golden Brown #AB6100
RGB
CMYK
RGB Variations
Color information
#AB6100 (or 0xAB6100) is known color: Golden Brown. HEX triplet: AB, 61 and 00. RGB value is (171,97,0). Sum of RGB (Red+Green+Blue) = 171+97+0=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6100 is #549EFF. Grayscale: #6C6C6C. Windows color (decimal): -5545728 or 25003. OLE color: 25003.
HSL color Cylindrical-coordinate representation of color #AB6100: hue angle of 34.04º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB6100 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 97 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.33 |
| HSL | 34.04º | 1% | 0.34% | - |
| HSV(B) | 34.04º | 1% | 0.67% | - |
| XYZ | 21.07 | 17.21 | 2.21 | - |
| YUV | 108.07 | 67.02 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 97 | 0 | 0 | 0.43 | 1 | 0.33 | 34.04 | 1 | 0.34 |
| Hex | AB | 61 | 0 | 0 | 2B | 64 | 21 | 22 | 64 | 22 |
| Octal | 253 | 141 | 0 | 0 | 53 | 144 | 41 | 42 | 144 | 42 |
| Binary | 10101011 | 1100001 | 0 | 0 | 101011 | 1100100 | 100001 | 100010 | 1100100 | 100010 |
Color Harmonies of #AB6100
Complementary color
Monochromatic Colors of #AB6100
Black with #AB6100
Text Example
Text Example
White with #AB6100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6100; }
p { color: rgb(171,97,0); }
H1.HeaderClassName
{
color: #AB6100;
}
.AnyTagClassName
{
color: #AB6100;
}
</style>
background-color css
<style>
a { background-color: #AB6100; }
a { background-color: rgb(171,97,0); }
div.DivClassName
{
background-color: #AB6100;
}
.BgClassName
{
background-color: #AB6100;
}
</style>
border-color css
<style>
span { border-color: #AB6100; }
span { border-color: rgb(171,97,0); }
td.TdClassName
{
border-color: #AB6100;
}
.TagClassName
{
border-color: #AB6100;
}
</style>