Shades of Golden Brown #AB6A18
Tints of Golden Brown #AB6A18
RGB
CMYK
RGB Variations
Color information
#AB6A18 (or 0xAB6A18) is known color: Golden Brown. HEX triplet: AB, 6A and 18. RGB value is (171,106,24). Sum of RGB (Red+Green+Blue) = 171+106+24=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6A18 is #5495E7. Grayscale: #747474. Windows color (decimal): -5543400 or 1600171. OLE color: 1600171.
HSL color Cylindrical-coordinate representation of color #AB6A18: hue angle of 33.47º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB6A18 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 24 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.33 |
| HSL | 33.47º | 0.75% | 0.38% | - |
| HSV(B) | 33.47º | 0.86% | 0.67% | - |
| XYZ | 22.11 | 19.03 | 3.37 | - |
| YUV | 116.09 | 76.03 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 24 | 0 | 0.38 | 0.86 | 0.33 | 33.47 | 0.75 | 0.38 |
| Hex | AB | 6A | 18 | 0 | 26 | 56 | 21 | 21 | 4B | 26 |
| Octal | 253 | 152 | 30 | 0 | 46 | 126 | 41 | 41 | 113 | 46 |
| Binary | 10101011 | 1101010 | 11000 | 0 | 100110 | 1010110 | 100001 | 100001 | 1001011 | 100110 |
Color Harmonies of #AB6A18
Complementary color
Monochromatic Colors of #AB6A18
Black with #AB6A18
Text Example
Text Example
White with #AB6A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A18; }
p { color: rgb(171,106,24); }
H1.HeaderClassName
{
color: #AB6A18;
}
.AnyTagClassName
{
color: #AB6A18;
}
</style>
background-color css
<style>
a { background-color: #AB6A18; }
a { background-color: rgb(171,106,24); }
div.DivClassName
{
background-color: #AB6A18;
}
.BgClassName
{
background-color: #AB6A18;
}
</style>
border-color css
<style>
span { border-color: #AB6A18; }
span { border-color: rgb(171,106,24); }
td.TdClassName
{
border-color: #AB6A18;
}
.TagClassName
{
border-color: #AB6A18;
}
</style>