Shades of Golden Brown #AB6508
Tints of Golden Brown #AB6508
RGB
CMYK
RGB Variations
Color information
#AB6508 (or 0xAB6508) is known color: Golden Brown. HEX triplet: AB, 65 and 08. RGB value is (171,101,8). Sum of RGB (Red+Green+Blue) = 171+101+8=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6508 is #549AF7. Grayscale: #6F6F6F. Windows color (decimal): -5544696 or 550315. OLE color: 550315.
HSL color Cylindrical-coordinate representation of color #AB6508: hue angle of 34.23º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB6508 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 8 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.33 |
| HSL | 34.23º | 0.91% | 0.35% | - |
| HSV(B) | 34.23º | 0.95% | 0.67% | - |
| XYZ | 21.49 | 17.98 | 2.57 | - |
| YUV | 111.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 8 | 0 | 0.41 | 0.95 | 0.33 | 34.23 | 0.91 | 0.35 |
| Hex | AB | 65 | 8 | 0 | 29 | 5F | 21 | 22 | 5B | 23 |
| Octal | 253 | 145 | 10 | 0 | 51 | 137 | 41 | 42 | 133 | 43 |
| Binary | 10101011 | 1100101 | 1000 | 0 | 101001 | 1011111 | 100001 | 100010 | 1011011 | 100011 |
Color Harmonies of #AB6508
Complementary color
Monochromatic Colors of #AB6508
Black with #AB6508
Text Example
Text Example
White with #AB6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6508; }
p { color: rgb(171,101,8); }
H1.HeaderClassName
{
color: #AB6508;
}
.AnyTagClassName
{
color: #AB6508;
}
</style>
background-color css
<style>
a { background-color: #AB6508; }
a { background-color: rgb(171,101,8); }
div.DivClassName
{
background-color: #AB6508;
}
.BgClassName
{
background-color: #AB6508;
}
</style>
border-color css
<style>
span { border-color: #AB6508; }
span { border-color: rgb(171,101,8); }
td.TdClassName
{
border-color: #AB6508;
}
.TagClassName
{
border-color: #AB6508;
}
</style>