Shades of Golden Brown #AB6319
Tints of Golden Brown #AB6319
RGB
CMYK
RGB Variations
Color information
#AB6319 (or 0xAB6319) is known color: Golden Brown. HEX triplet: AB, 63 and 19. RGB value is (171,99,25). Sum of RGB (Red+Green+Blue) = 171+99+25=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6319 is #549CE6. Grayscale: #707070. Windows color (decimal): -5545191 or 1663915. OLE color: 1663915.
HSL color Cylindrical-coordinate representation of color #AB6319: hue angle of 30.41º 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 #AB6319 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 25 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.33 |
| HSL | 30.41º | 0.74% | 0.38% | - |
| HSV(B) | 30.41º | 0.85% | 0.67% | - |
| XYZ | 21.43 | 17.65 | 3.2 | - |
| YUV | 112.09 | 78.85 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 25 | 0 | 0.42 | 0.85 | 0.33 | 30.41 | 0.74 | 0.38 |
| Hex | AB | 63 | 19 | 0 | 2A | 55 | 21 | 1E | 4A | 26 |
| Octal | 253 | 143 | 31 | 0 | 52 | 125 | 41 | 36 | 112 | 46 |
| Binary | 10101011 | 1100011 | 11001 | 0 | 101010 | 1010101 | 100001 | 11110 | 1001010 | 100110 |
Color Harmonies of #AB6319
Complementary color
Monochromatic Colors of #AB6319
Black with #AB6319
Text Example
Text Example
White with #AB6319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6319; }
p { color: rgb(171,99,25); }
H1.HeaderClassName
{
color: #AB6319;
}
.AnyTagClassName
{
color: #AB6319;
}
</style>
background-color css
<style>
a { background-color: #AB6319; }
a { background-color: rgb(171,99,25); }
div.DivClassName
{
background-color: #AB6319;
}
.BgClassName
{
background-color: #AB6319;
}
</style>
border-color css
<style>
span { border-color: #AB6319; }
span { border-color: rgb(171,99,25); }
td.TdClassName
{
border-color: #AB6319;
}
.TagClassName
{
border-color: #AB6319;
}
</style>