Shades of Golden Brown #AB5D12
Tints of Golden Brown #AB5D12
RGB
CMYK
RGB Variations
Color information
#AB5D12 (or 0xAB5D12) is known color: Golden Brown. HEX triplet: AB, 5D and 12. RGB value is (171,93,18). Sum of RGB (Red+Green+Blue) = 171+93+18=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5D12 is #54A2ED. Grayscale: #6C6C6C. Windows color (decimal): -5546734 or 1203627. OLE color: 1203627.
HSL color Cylindrical-coordinate representation of color #AB5D12: hue angle of 29.41º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB5D12 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 18 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.33 |
| HSL | 29.41º | 0.81% | 0.37% | - |
| HSV(B) | 29.41º | 0.89% | 0.67% | - |
| XYZ | 20.82 | 16.53 | 2.67 | - |
| YUV | 107.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 18 | 0 | 0.46 | 0.89 | 0.33 | 29.41 | 0.81 | 0.37 |
| Hex | AB | 5D | 12 | 0 | 2E | 59 | 21 | 1D | 51 | 25 |
| Octal | 253 | 135 | 22 | 0 | 56 | 131 | 41 | 35 | 121 | 45 |
| Binary | 10101011 | 1011101 | 10010 | 0 | 101110 | 1011001 | 100001 | 11101 | 1010001 | 100101 |
Color Harmonies of #AB5D12
Complementary color
Monochromatic Colors of #AB5D12
Black with #AB5D12
Text Example
Text Example
White with #AB5D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D12; }
p { color: rgb(171,93,18); }
H1.HeaderClassName
{
color: #AB5D12;
}
.AnyTagClassName
{
color: #AB5D12;
}
</style>
background-color css
<style>
a { background-color: #AB5D12; }
a { background-color: rgb(171,93,18); }
div.DivClassName
{
background-color: #AB5D12;
}
.BgClassName
{
background-color: #AB5D12;
}
</style>
border-color css
<style>
span { border-color: #AB5D12; }
span { border-color: rgb(171,93,18); }
td.TdClassName
{
border-color: #AB5D12;
}
.TagClassName
{
border-color: #AB5D12;
}
</style>