Shades of Golden Brown #AB5F0C
Tints of Golden Brown #AB5F0C
RGB
CMYK
RGB Variations
Color information
#AB5F0C (or 0xAB5F0C) is known color: Golden Brown. HEX triplet: AB, 5F and 0C. RGB value is (171,95,12). Sum of RGB (Red+Green+Blue) = 171+95+12=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5F0C is #54A0F3. Grayscale: #6C6C6C. Windows color (decimal): -5546228 or 810923. OLE color: 810923.
HSL color Cylindrical-coordinate representation of color #AB5F0C: hue angle of 31.32º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB5F0C is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 95 | 12 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.33 |
| HSL | 31.32º | 0.87% | 0.36% | - |
| HSV(B) | 31.32º | 0.93% | 0.67% | - |
| XYZ | 20.95 | 16.87 | 2.5 | - |
| YUV | 108.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 95 | 12 | 0 | 0.44 | 0.93 | 0.33 | 31.32 | 0.87 | 0.36 |
| Hex | AB | 5F | C | 0 | 2C | 5D | 21 | 1F | 57 | 24 |
| Octal | 253 | 137 | 14 | 0 | 54 | 135 | 41 | 37 | 127 | 44 |
| Binary | 10101011 | 1011111 | 1100 | 0 | 101100 | 1011101 | 100001 | 11111 | 1010111 | 100100 |
Color Harmonies of #AB5F0C
Complementary color
Monochromatic Colors of #AB5F0C
Black with #AB5F0C
Text Example
Text Example
White with #AB5F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5F0C; }
p { color: rgb(171,95,12); }
H1.HeaderClassName
{
color: #AB5F0C;
}
.AnyTagClassName
{
color: #AB5F0C;
}
</style>
background-color css
<style>
a { background-color: #AB5F0C; }
a { background-color: rgb(171,95,12); }
div.DivClassName
{
background-color: #AB5F0C;
}
.BgClassName
{
background-color: #AB5F0C;
}
</style>
border-color css
<style>
span { border-color: #AB5F0C; }
span { border-color: rgb(171,95,12); }
td.TdClassName
{
border-color: #AB5F0C;
}
.TagClassName
{
border-color: #AB5F0C;
}
</style>