Shades of Golden Brown #AB6D17
Tints of Golden Brown #AB6D17
RGB
CMYK
RGB Variations
Color information
#AB6D17 (or 0xAB6D17) is known color: Golden Brown. HEX triplet: AB, 6D and 17. RGB value is (171,109,23). Sum of RGB (Red+Green+Blue) = 171+109+23=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6D17 is #5492E8. Grayscale: #767676. Windows color (decimal): -5542633 or 1535403. OLE color: 1535403.
HSL color Cylindrical-coordinate representation of color #AB6D17: hue angle of 34.86º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB6D17 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 109 | 23 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.33 |
| HSL | 34.86º | 0.76% | 0.38% | - |
| HSV(B) | 34.86º | 0.87% | 0.67% | - |
| XYZ | 22.42 | 19.66 | 3.42 | - |
| YUV | 117.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 23 | 0 | 0.36 | 0.87 | 0.33 | 34.86 | 0.76 | 0.38 |
| Hex | AB | 6D | 17 | 0 | 24 | 57 | 21 | 23 | 4C | 26 |
| Octal | 253 | 155 | 27 | 0 | 44 | 127 | 41 | 43 | 114 | 46 |
| Binary | 10101011 | 1101101 | 10111 | 0 | 100100 | 1010111 | 100001 | 100011 | 1001100 | 100110 |
Color Harmonies of #AB6D17
Complementary color
Monochromatic Colors of #AB6D17
Black with #AB6D17
Text Example
Text Example
White with #AB6D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6D17; }
p { color: rgb(171,109,23); }
H1.HeaderClassName
{
color: #AB6D17;
}
.AnyTagClassName
{
color: #AB6D17;
}
</style>
background-color css
<style>
a { background-color: #AB6D17; }
a { background-color: rgb(171,109,23); }
div.DivClassName
{
background-color: #AB6D17;
}
.BgClassName
{
background-color: #AB6D17;
}
</style>
border-color css
<style>
span { border-color: #AB6D17; }
span { border-color: rgb(171,109,23); }
td.TdClassName
{
border-color: #AB6D17;
}
.TagClassName
{
border-color: #AB6D17;
}
</style>