Shades of Golden Brown #AB6808
Tints of Golden Brown #AB6808
RGB
CMYK
RGB Variations
Color information
#AB6808 (or 0xAB6808) is known color: Golden Brown. HEX triplet: AB, 68 and 08. RGB value is (171,104,8). Sum of RGB (Red+Green+Blue) = 171+104+8=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6808 is #5497F7. Grayscale: #717171. Windows color (decimal): -5543928 or 551083. OLE color: 551083.
HSL color Cylindrical-coordinate representation of color #AB6808: hue angle of 35.34º 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 #AB6808 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 8 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.33 |
| HSL | 35.34º | 0.91% | 0.35% | - |
| HSV(B) | 35.34º | 0.95% | 0.67% | - |
| XYZ | 21.79 | 18.58 | 2.67 | - |
| YUV | 113.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 8 | 0 | 0.39 | 0.95 | 0.33 | 35.34 | 0.91 | 0.35 |
| Hex | AB | 68 | 8 | 0 | 27 | 5F | 21 | 23 | 5B | 23 |
| Octal | 253 | 150 | 10 | 0 | 47 | 137 | 41 | 43 | 133 | 43 |
| Binary | 10101011 | 1101000 | 1000 | 0 | 100111 | 1011111 | 100001 | 100011 | 1011011 | 100011 |
Color Harmonies of #AB6808
Complementary color
Monochromatic Colors of #AB6808
Black with #AB6808
Text Example
Text Example
White with #AB6808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6808; }
p { color: rgb(171,104,8); }
H1.HeaderClassName
{
color: #AB6808;
}
.AnyTagClassName
{
color: #AB6808;
}
</style>
background-color css
<style>
a { background-color: #AB6808; }
a { background-color: rgb(171,104,8); }
div.DivClassName
{
background-color: #AB6808;
}
.BgClassName
{
background-color: #AB6808;
}
</style>
border-color css
<style>
span { border-color: #AB6808; }
span { border-color: rgb(171,104,8); }
td.TdClassName
{
border-color: #AB6808;
}
.TagClassName
{
border-color: #AB6808;
}
</style>