Shades of Golden Brown #AB6B05
Tints of Golden Brown #AB6B05
RGB
CMYK
RGB Variations
Color information
#AB6B05 (or 0xAB6B05) is known color: Golden Brown. HEX triplet: AB, 6B and 05. RGB value is (171,107,5). Sum of RGB (Red+Green+Blue) = 171+107+5=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6B05 is #5494FA. Grayscale: #727272. Windows color (decimal): -5543163 or 355243. OLE color: 355243.
HSL color Cylindrical-coordinate representation of color #AB6B05: hue angle of 36.87º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB6B05 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 107 | 5 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.33 |
| HSL | 36.87º | 0.94% | 0.35% | - |
| HSV(B) | 36.87º | 0.97% | 0.67% | - |
| XYZ | 22.08 | 19.18 | 2.68 | - |
| YUV | 114.51 | 66.2 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 5 | 0 | 0.37 | 0.97 | 0.33 | 36.87 | 0.94 | 0.35 |
| Hex | AB | 6B | 5 | 0 | 25 | 61 | 21 | 25 | 5E | 23 |
| Octal | 253 | 153 | 5 | 0 | 45 | 141 | 41 | 45 | 136 | 43 |
| Binary | 10101011 | 1101011 | 101 | 0 | 100101 | 1100001 | 100001 | 100101 | 1011110 | 100011 |
Color Harmonies of #AB6B05
Complementary color
Monochromatic Colors of #AB6B05
Black with #AB6B05
Text Example
Text Example
White with #AB6B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6B05; }
p { color: rgb(171,107,5); }
H1.HeaderClassName
{
color: #AB6B05;
}
.AnyTagClassName
{
color: #AB6B05;
}
</style>
background-color css
<style>
a { background-color: #AB6B05; }
a { background-color: rgb(171,107,5); }
div.DivClassName
{
background-color: #AB6B05;
}
.BgClassName
{
background-color: #AB6B05;
}
</style>
border-color css
<style>
span { border-color: #AB6B05; }
span { border-color: rgb(171,107,5); }
td.TdClassName
{
border-color: #AB6B05;
}
.TagClassName
{
border-color: #AB6B05;
}
</style>