Shades of Citrus #ABAA0C
Tints of Citrus #ABAA0C
RGB
CMYK
RGB Variations
Color information
#ABAA0C (or 0xABAA0C) is known color: Citrus. HEX triplet: AB, AA and 0C. RGB value is (171,170,12). Sum of RGB (Red+Green+Blue) = 171+170+12=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 12 (5.08% from 255 or 3.40% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA0C is #5455F3. Grayscale: #989898. Windows color (decimal): -5527028 or 830123. OLE color: 830123.
HSL color Cylindrical-coordinate representation of color #ABAA0C: hue angle of 59.62º 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 #ABAA0C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 12 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.33 |
| HSL | 59.62º | 0.87% | 0.36% | - |
| HSV(B) | 59.62º | 0.93% | 0.67% | - |
| XYZ | 31.24 | 37.43 | 5.93 | - |
| YUV | 152.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 12 | 0 | 0.01 | 0.93 | 0.33 | 59.62 | 0.87 | 0.36 |
| Hex | AB | AA | C | 0 | 1 | 5D | 21 | 3C | 57 | 24 |
| Octal | 253 | 252 | 14 | 0 | 1 | 135 | 41 | 74 | 127 | 44 |
| Binary | 10101011 | 10101010 | 1100 | 0 | 1 | 1011101 | 100001 | 111100 | 1010111 | 100100 |
Color Harmonies of #ABAA0C
Complementary color
Monochromatic Colors of #ABAA0C
Black with #ABAA0C
Text Example
Text Example
White with #ABAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA0C; }
p { color: rgb(171,170,12); }
H1.HeaderClassName
{
color: #ABAA0C;
}
.AnyTagClassName
{
color: #ABAA0C;
}
</style>
background-color css
<style>
a { background-color: #ABAA0C; }
a { background-color: rgb(171,170,12); }
div.DivClassName
{
background-color: #ABAA0C;
}
.BgClassName
{
background-color: #ABAA0C;
}
</style>
border-color css
<style>
span { border-color: #ABAA0C; }
span { border-color: rgb(171,170,12); }
td.TdClassName
{
border-color: #ABAA0C;
}
.TagClassName
{
border-color: #ABAA0C;
}
</style>