Shades of Citrus #A8AB0A
Tints of Citrus #A8AB0A
RGB
CMYK
RGB Variations
Color information
#A8AB0A (or 0xA8AB0A) is known color: Citrus. HEX triplet: A8, AB and 0A. RGB value is (168,171,10). Sum of RGB (Red+Green+Blue) = 168+171+10=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AB0A is #5754F5. Grayscale: #989898. Windows color (decimal): -5723382 or 699304. OLE color: 699304.
HSL color Cylindrical-coordinate representation of color #A8AB0A: hue angle of 61.12º 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 #A8AB0A is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 10 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.33 |
| HSL | 61.12º | 0.89% | 0.35% | - |
| HSV(B) | 61.12º | 0.94% | 0.67% | - |
| XYZ | 30.77 | 37.47 | 5.9 | - |
| YUV | 151.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 10 | 0.02 | 0 | 0.94 | 0.33 | 61.12 | 0.89 | 0.35 |
| Hex | A8 | AB | A | 2 | 0 | 5E | 21 | 3D | 59 | 23 |
| Octal | 250 | 253 | 12 | 2 | 0 | 136 | 41 | 75 | 131 | 43 |
| Binary | 10101000 | 10101011 | 1010 | 10 | 0 | 1011110 | 100001 | 111101 | 1011001 | 100011 |
Color Harmonies of #A8AB0A
Complementary color
Monochromatic Colors of #A8AB0A
Black with #A8AB0A
Text Example
Text Example
White with #A8AB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB0A; }
p { color: rgb(168,171,10); }
H1.HeaderClassName
{
color: #A8AB0A;
}
.AnyTagClassName
{
color: #A8AB0A;
}
</style>
background-color css
<style>
a { background-color: #A8AB0A; }
a { background-color: rgb(168,171,10); }
div.DivClassName
{
background-color: #A8AB0A;
}
.BgClassName
{
background-color: #A8AB0A;
}
</style>
border-color css
<style>
span { border-color: #A8AB0A; }
span { border-color: rgb(168,171,10); }
td.TdClassName
{
border-color: #A8AB0A;
}
.TagClassName
{
border-color: #A8AB0A;
}
</style>