Shades of Golden Brown #AB6918
Tints of Golden Brown #AB6918
RGB
CMYK
RGB Variations
Color information
#AB6918 (or 0xAB6918) is known color: Golden Brown. HEX triplet: AB, 69 and 18. RGB value is (171,105,24). Sum of RGB (Red+Green+Blue) = 171+105+24=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6918 is #5496E7. Grayscale: #737373. Windows color (decimal): -5543656 or 1599915. OLE color: 1599915.
HSL color Cylindrical-coordinate representation of color #AB6918: hue angle of 33.06º 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 #AB6918 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 24 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.33 |
| HSL | 33.06º | 0.75% | 0.38% | - |
| HSV(B) | 33.06º | 0.86% | 0.67% | - |
| XYZ | 22.01 | 18.83 | 3.34 | - |
| YUV | 115.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 24 | 0 | 0.39 | 0.86 | 0.33 | 33.06 | 0.75 | 0.38 |
| Hex | AB | 69 | 18 | 0 | 27 | 56 | 21 | 21 | 4B | 26 |
| Octal | 253 | 151 | 30 | 0 | 47 | 126 | 41 | 41 | 113 | 46 |
| Binary | 10101011 | 1101001 | 11000 | 0 | 100111 | 1010110 | 100001 | 100001 | 1001011 | 100110 |
Color Harmonies of #AB6918
Complementary color
Monochromatic Colors of #AB6918
Black with #AB6918
Text Example
Text Example
White with #AB6918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6918; }
p { color: rgb(171,105,24); }
H1.HeaderClassName
{
color: #AB6918;
}
.AnyTagClassName
{
color: #AB6918;
}
</style>
background-color css
<style>
a { background-color: #AB6918; }
a { background-color: rgb(171,105,24); }
div.DivClassName
{
background-color: #AB6918;
}
.BgClassName
{
background-color: #AB6918;
}
</style>
border-color css
<style>
span { border-color: #AB6918; }
span { border-color: rgb(171,105,24); }
td.TdClassName
{
border-color: #AB6918;
}
.TagClassName
{
border-color: #AB6918;
}
</style>