Shades of Citrus #ABAB0A
Tints of Citrus #ABAB0A
RGB
CMYK
RGB Variations
Color information
#ABAB0A (or 0xABAB0A) is known color: Citrus. HEX triplet: AB, AB and 0A. RGB value is (171,171,10). Sum of RGB (Red+Green+Blue) = 171+171+10=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAB0A is #5454F5. Grayscale: #999999. Windows color (decimal): -5526774 or 699307. OLE color: 699307.
HSL color Cylindrical-coordinate representation of color #ABAB0A: hue angle of 60º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABAB0A is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 10 | - |
| CMYK | 0 | 0 | 0.94 | 0.33 |
| HSL | 60º | 0.89% | 0.35% | - |
| HSV(B) | 60º | 0.94% | 0.67% | - |
| XYZ | 31.41 | 37.81 | 5.93 | - |
| YUV | 152.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 10 | 0 | 0 | 0.94 | 0.33 | 60 | 0.89 | 0.35 |
| Hex | AB | AB | A | 0 | 0 | 5E | 21 | 3C | 59 | 23 |
| Octal | 253 | 253 | 12 | 0 | 0 | 136 | 41 | 74 | 131 | 43 |
| Binary | 10101011 | 10101011 | 1010 | 0 | 0 | 1011110 | 100001 | 111100 | 1011001 | 100011 |
Color Harmonies of #ABAB0A
Complementary color
Monochromatic Colors of #ABAB0A
Black with #ABAB0A
Text Example
Text Example
White with #ABAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB0A; }
p { color: rgb(171,171,10); }
H1.HeaderClassName
{
color: #ABAB0A;
}
.AnyTagClassName
{
color: #ABAB0A;
}
</style>
background-color css
<style>
a { background-color: #ABAB0A; }
a { background-color: rgb(171,171,10); }
div.DivClassName
{
background-color: #ABAB0A;
}
.BgClassName
{
background-color: #ABAB0A;
}
</style>
border-color css
<style>
span { border-color: #ABAB0A; }
span { border-color: rgb(171,171,10); }
td.TdClassName
{
border-color: #ABAB0A;
}
.TagClassName
{
border-color: #ABAB0A;
}
</style>