Shades of Golden Brown #AB620C
Tints of Golden Brown #AB620C
RGB
CMYK
RGB Variations
Color information
#AB620C (or 0xAB620C) is known color: Golden Brown. HEX triplet: AB, 62 and 0C. RGB value is (171,98,12). Sum of RGB (Red+Green+Blue) = 171+98+12=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB620C is #549DF3. Grayscale: #6E6E6E. Windows color (decimal): -5545460 or 811691. OLE color: 811691.
HSL color Cylindrical-coordinate representation of color #AB620C: hue angle of 32.45º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB620C is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 12 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.33 |
| HSL | 32.45º | 0.87% | 0.36% | - |
| HSV(B) | 32.45º | 0.93% | 0.67% | - |
| XYZ | 21.23 | 17.42 | 2.59 | - |
| YUV | 110.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 12 | 0 | 0.43 | 0.93 | 0.33 | 32.45 | 0.87 | 0.36 |
| Hex | AB | 62 | C | 0 | 2B | 5D | 21 | 20 | 57 | 24 |
| Octal | 253 | 142 | 14 | 0 | 53 | 135 | 41 | 40 | 127 | 44 |
| Binary | 10101011 | 1100010 | 1100 | 0 | 101011 | 1011101 | 100001 | 100000 | 1010111 | 100100 |
Color Harmonies of #AB620C
Complementary color
Monochromatic Colors of #AB620C
Black with #AB620C
Text Example
Text Example
White with #AB620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB620C; }
p { color: rgb(171,98,12); }
H1.HeaderClassName
{
color: #AB620C;
}
.AnyTagClassName
{
color: #AB620C;
}
</style>
background-color css
<style>
a { background-color: #AB620C; }
a { background-color: rgb(171,98,12); }
div.DivClassName
{
background-color: #AB620C;
}
.BgClassName
{
background-color: #AB620C;
}
</style>
border-color css
<style>
span { border-color: #AB620C; }
span { border-color: rgb(171,98,12); }
td.TdClassName
{
border-color: #AB620C;
}
.TagClassName
{
border-color: #AB620C;
}
</style>