Shades of Golden Brown #AB630B
Tints of Golden Brown #AB630B
RGB
CMYK
RGB Variations
Color information
#AB630B (or 0xAB630B) is known color: Golden Brown. HEX triplet: AB, 63 and 0B. RGB value is (171,99,11). Sum of RGB (Red+Green+Blue) = 171+99+11=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB630B is #549CF4. Grayscale: #6E6E6E. Windows color (decimal): -5545205 or 746411. OLE color: 746411.
HSL color Cylindrical-coordinate representation of color #AB630B: hue angle of 33º 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 #AB630B is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 11 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.33 |
| HSL | 33º | 0.88% | 0.36% | - |
| HSV(B) | 33º | 0.94% | 0.67% | - |
| XYZ | 21.32 | 17.61 | 2.59 | - |
| YUV | 110.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 11 | 0 | 0.42 | 0.94 | 0.33 | 33 | 0.88 | 0.36 |
| Hex | AB | 63 | B | 0 | 2A | 5E | 21 | 21 | 58 | 24 |
| Octal | 253 | 143 | 13 | 0 | 52 | 136 | 41 | 41 | 130 | 44 |
| Binary | 10101011 | 1100011 | 1011 | 0 | 101010 | 1011110 | 100001 | 100001 | 1011000 | 100100 |
Color Harmonies of #AB630B
Complementary color
Monochromatic Colors of #AB630B
Black with #AB630B
Text Example
Text Example
White with #AB630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB630B; }
p { color: rgb(171,99,11); }
H1.HeaderClassName
{
color: #AB630B;
}
.AnyTagClassName
{
color: #AB630B;
}
</style>
background-color css
<style>
a { background-color: #AB630B; }
a { background-color: rgb(171,99,11); }
div.DivClassName
{
background-color: #AB630B;
}
.BgClassName
{
background-color: #AB630B;
}
</style>
border-color css
<style>
span { border-color: #AB630B; }
span { border-color: rgb(171,99,11); }
td.TdClassName
{
border-color: #AB630B;
}
.TagClassName
{
border-color: #AB630B;
}
</style>