Shades of Golden Brown #AB5D09
Tints of Golden Brown #AB5D09
RGB
CMYK
RGB Variations
Color information
#AB5D09 (or 0xAB5D09) is known color: Golden Brown. HEX triplet: AB, 5D and 09. RGB value is (171,93,9). Sum of RGB (Red+Green+Blue) = 171+93+9=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5D09 is #54A2F6. Grayscale: #6B6B6B. Windows color (decimal): -5546743 or 613803. OLE color: 613803.
HSL color Cylindrical-coordinate representation of color #AB5D09: hue angle of 31.11º 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 #AB5D09 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 9 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.33 |
| HSL | 31.11º | 0.9% | 0.35% | - |
| HSV(B) | 31.11º | 0.95% | 0.67% | - |
| XYZ | 20.76 | 16.51 | 2.35 | - |
| YUV | 106.75 | 72.84 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 9 | 0 | 0.46 | 0.95 | 0.33 | 31.11 | 0.9 | 0.35 |
| Hex | AB | 5D | 9 | 0 | 2E | 5F | 21 | 1F | 5A | 23 |
| Octal | 253 | 135 | 11 | 0 | 56 | 137 | 41 | 37 | 132 | 43 |
| Binary | 10101011 | 1011101 | 1001 | 0 | 101110 | 1011111 | 100001 | 11111 | 1011010 | 100011 |
Color Harmonies of #AB5D09
Complementary color
Monochromatic Colors of #AB5D09
Black with #AB5D09
Text Example
Text Example
White with #AB5D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D09; }
p { color: rgb(171,93,9); }
H1.HeaderClassName
{
color: #AB5D09;
}
.AnyTagClassName
{
color: #AB5D09;
}
</style>
background-color css
<style>
a { background-color: #AB5D09; }
a { background-color: rgb(171,93,9); }
div.DivClassName
{
background-color: #AB5D09;
}
.BgClassName
{
background-color: #AB5D09;
}
</style>
border-color css
<style>
span { border-color: #AB5D09; }
span { border-color: rgb(171,93,9); }
td.TdClassName
{
border-color: #AB5D09;
}
.TagClassName
{
border-color: #AB5D09;
}
</style>