Shades of Golden Brown #AB6719
Tints of Golden Brown #AB6719
RGB
CMYK
RGB Variations
Color information
#AB6719 (or 0xAB6719) is known color: Golden Brown. HEX triplet: AB, 67 and 19. RGB value is (171,103,25). Sum of RGB (Red+Green+Blue) = 171+103+25=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6719 is #5498E6. Grayscale: #727272. Windows color (decimal): -5544167 or 1664939. OLE color: 1664939.
HSL color Cylindrical-coordinate representation of color #AB6719: hue angle of 32.05º 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 #AB6719 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 25 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.33 |
| HSL | 32.05º | 0.74% | 0.38% | - |
| HSV(B) | 32.05º | 0.85% | 0.67% | - |
| XYZ | 21.82 | 18.43 | 3.33 | - |
| YUV | 114.44 | 77.53 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 25 | 0 | 0.40 | 0.85 | 0.33 | 32.05 | 0.74 | 0.38 |
| Hex | AB | 67 | 19 | 0 | 28 | 55 | 21 | 20 | 4A | 26 |
| Octal | 253 | 147 | 31 | 0 | 50 | 125 | 41 | 40 | 112 | 46 |
| Binary | 10101011 | 1100111 | 11001 | 0 | 101000 | 1010101 | 100001 | 100000 | 1001010 | 100110 |
Color Harmonies of #AB6719
Complementary color
Monochromatic Colors of #AB6719
Black with #AB6719
Text Example
Text Example
White with #AB6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6719; }
p { color: rgb(171,103,25); }
H1.HeaderClassName
{
color: #AB6719;
}
.AnyTagClassName
{
color: #AB6719;
}
</style>
background-color css
<style>
a { background-color: #AB6719; }
a { background-color: rgb(171,103,25); }
div.DivClassName
{
background-color: #AB6719;
}
.BgClassName
{
background-color: #AB6719;
}
</style>
border-color css
<style>
span { border-color: #AB6719; }
span { border-color: rgb(171,103,25); }
td.TdClassName
{
border-color: #AB6719;
}
.TagClassName
{
border-color: #AB6719;
}
</style>