Shades of Golden Brown #AB620B
Tints of Golden Brown #AB620B
RGB
CMYK
RGB Variations
Color information
#AB620B (or 0xAB620B) is known color: Golden Brown. HEX triplet: AB, 62 and 0B. RGB value is (171,98,11). Sum of RGB (Red+Green+Blue) = 171+98+11=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB620B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB620B is #549DF4. Grayscale: #6E6E6E. Windows color (decimal): -5545461 or 746155. OLE color: 746155.
HSL color Cylindrical-coordinate representation of color #AB620B: hue angle of 32.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB620B is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 11 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.33 |
| HSL | 32.63º | 0.88% | 0.36% | - |
| HSV(B) | 32.63º | 0.94% | 0.67% | - |
| XYZ | 21.22 | 17.42 | 2.56 | - |
| YUV | 109.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 11 | 0 | 0.43 | 0.94 | 0.33 | 32.63 | 0.88 | 0.36 |
| Hex | AB | 62 | B | 0 | 2B | 5E | 21 | 21 | 58 | 24 |
| Octal | 253 | 142 | 13 | 0 | 53 | 136 | 41 | 41 | 130 | 44 |
| Binary | 10101011 | 1100010 | 1011 | 0 | 101011 | 1011110 | 100001 | 100001 | 1011000 | 100100 |
Color Harmonies of #AB620B
Complementary color
Monochromatic Colors of #AB620B
Black with #AB620B
Text Example
Text Example
White with #AB620B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB620B; }
p { color: rgb(171,98,11); }
H1.HeaderClassName
{
color: #AB620B;
}
.AnyTagClassName
{
color: #AB620B;
}
</style>
background-color css
<style>
a { background-color: #AB620B; }
a { background-color: rgb(171,98,11); }
div.DivClassName
{
background-color: #AB620B;
}
.BgClassName
{
background-color: #AB620B;
}
</style>
border-color css
<style>
span { border-color: #AB620B; }
span { border-color: rgb(171,98,11); }
td.TdClassName
{
border-color: #AB620B;
}
.TagClassName
{
border-color: #AB620B;
}
</style>