Shades of Golden Brown #AB5F0F
Tints of Golden Brown #AB5F0F
RGB
CMYK
RGB Variations
Color information
#AB5F0F (or 0xAB5F0F) is known color: Golden Brown. HEX triplet: AB, 5F and 0F. RGB value is (171,95,15). Sum of RGB (Red+Green+Blue) = 171+95+15=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5F0F is #54A0F0. Grayscale: #6D6D6D. Windows color (decimal): -5546225 or 1007531. OLE color: 1007531.
HSL color Cylindrical-coordinate representation of color #AB5F0F: hue angle of 30.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB5F0F is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 95 | 15 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.33 |
| HSL | 30.77º | 0.84% | 0.36% | - |
| HSV(B) | 30.77º | 0.91% | 0.67% | - |
| XYZ | 20.97 | 16.88 | 2.6 | - |
| YUV | 108.6 | 75.18 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 15 | 0 | 0.44 | 0.91 | 0.33 | 30.77 | 0.84 | 0.36 |
| Hex | AB | 5F | F | 0 | 2C | 5B | 21 | 1F | 54 | 24 |
| Octal | 253 | 137 | 17 | 0 | 54 | 133 | 41 | 37 | 124 | 44 |
| Binary | 10101011 | 1011111 | 1111 | 0 | 101100 | 1011011 | 100001 | 11111 | 1010100 | 100100 |
Color Harmonies of #AB5F0F
Complementary color
Monochromatic Colors of #AB5F0F
Black with #AB5F0F
Text Example
Text Example
White with #AB5F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5F0F; }
p { color: rgb(171,95,15); }
H1.HeaderClassName
{
color: #AB5F0F;
}
.AnyTagClassName
{
color: #AB5F0F;
}
</style>
background-color css
<style>
a { background-color: #AB5F0F; }
a { background-color: rgb(171,95,15); }
div.DivClassName
{
background-color: #AB5F0F;
}
.BgClassName
{
background-color: #AB5F0F;
}
</style>
border-color css
<style>
span { border-color: #AB5F0F; }
span { border-color: rgb(171,95,15); }
td.TdClassName
{
border-color: #AB5F0F;
}
.TagClassName
{
border-color: #AB5F0F;
}
</style>