Shades of Golden Brown #AB5B09
Tints of Golden Brown #AB5B09
RGB
CMYK
RGB Variations
Color information
#AB5B09 (or 0xAB5B09) is known color: Golden Brown. HEX triplet: AB, 5B and 09. RGB value is (171,91,9). Sum of RGB (Red+Green+Blue) = 171+91+9=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5B09 is #54A4F6. Grayscale: #696969. Windows color (decimal): -5547255 or 613291. OLE color: 613291.
HSL color Cylindrical-coordinate representation of color #AB5B09: hue angle of 30.37º degrees, saturation: 0.9, 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 #AB5B09 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 91 | 9 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.33 |
| HSL | 30.37º | 0.9% | 0.35% | - |
| HSV(B) | 30.37º | 0.95% | 0.67% | - |
| XYZ | 20.58 | 16.16 | 2.29 | - |
| YUV | 105.57 | 73.5 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 9 | 0 | 0.47 | 0.95 | 0.33 | 30.37 | 0.9 | 0.35 |
| Hex | AB | 5B | 9 | 0 | 2F | 5F | 21 | 1E | 5A | 23 |
| Octal | 253 | 133 | 11 | 0 | 57 | 137 | 41 | 36 | 132 | 43 |
| Binary | 10101011 | 1011011 | 1001 | 0 | 101111 | 1011111 | 100001 | 11110 | 1011010 | 100011 |
Color Harmonies of #AB5B09
Complementary color
Monochromatic Colors of #AB5B09
Black with #AB5B09
Text Example
Text Example
White with #AB5B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5B09; }
p { color: rgb(171,91,9); }
H1.HeaderClassName
{
color: #AB5B09;
}
.AnyTagClassName
{
color: #AB5B09;
}
</style>
background-color css
<style>
a { background-color: #AB5B09; }
a { background-color: rgb(171,91,9); }
div.DivClassName
{
background-color: #AB5B09;
}
.BgClassName
{
background-color: #AB5B09;
}
</style>
border-color css
<style>
span { border-color: #AB5B09; }
span { border-color: rgb(171,91,9); }
td.TdClassName
{
border-color: #AB5B09;
}
.TagClassName
{
border-color: #AB5B09;
}
</style>