Shades of Golden Brown #AB6819
Tints of Golden Brown #AB6819
RGB
CMYK
RGB Variations
Color information
#AB6819 (or 0xAB6819) is known color: Golden Brown. HEX triplet: AB, 68 and 19. RGB value is (171,104,25). Sum of RGB (Red+Green+Blue) = 171+104+25=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6819 is #5497E6. Grayscale: #737373. Windows color (decimal): -5543911 or 1665195. OLE color: 1665195.
HSL color Cylindrical-coordinate representation of color #AB6819: hue angle of 32.47º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB6819 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 25 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.33 |
| HSL | 32.47º | 0.74% | 0.38% | - |
| HSV(B) | 32.47º | 0.85% | 0.67% | - |
| XYZ | 21.92 | 18.63 | 3.36 | - |
| YUV | 115.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 25 | 0 | 0.39 | 0.85 | 0.33 | 32.47 | 0.74 | 0.38 |
| Hex | AB | 68 | 19 | 0 | 27 | 55 | 21 | 20 | 4A | 26 |
| Octal | 253 | 150 | 31 | 0 | 47 | 125 | 41 | 40 | 112 | 46 |
| Binary | 10101011 | 1101000 | 11001 | 0 | 100111 | 1010101 | 100001 | 100000 | 1001010 | 100110 |
Color Harmonies of #AB6819
Complementary color
Monochromatic Colors of #AB6819
Black with #AB6819
Text Example
Text Example
White with #AB6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6819; }
p { color: rgb(171,104,25); }
H1.HeaderClassName
{
color: #AB6819;
}
.AnyTagClassName
{
color: #AB6819;
}
</style>
background-color css
<style>
a { background-color: #AB6819; }
a { background-color: rgb(171,104,25); }
div.DivClassName
{
background-color: #AB6819;
}
.BgClassName
{
background-color: #AB6819;
}
</style>
border-color css
<style>
span { border-color: #AB6819; }
span { border-color: rgb(171,104,25); }
td.TdClassName
{
border-color: #AB6819;
}
.TagClassName
{
border-color: #AB6819;
}
</style>