Shades of Citrus #A8AA01
Tints of Citrus #A8AA01
RGB
CMYK
RGB Variations
Color information
#A8AA01 (or 0xA8AA01) is known color: Citrus. HEX triplet: A8, AA and 01. RGB value is (168,170,1). Sum of RGB (Red+Green+Blue) = 168+170+1=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA01 is #5755FE. Grayscale: #969696. Windows color (decimal): -5723647 or 109224. OLE color: 109224.
HSL color Cylindrical-coordinate representation of color #A8AA01: hue angle of 60.71º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8AA01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.33 |
| HSL | 60.71º | 0.99% | 0.34% | - |
| HSV(B) | 60.71º | 0.99% | 0.67% | - |
| XYZ | 30.53 | 37.08 | 5.58 | - |
| YUV | 150.14 | 43.84 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 1 | 0.01 | 0 | 0.99 | 0.33 | 60.71 | 0.99 | 0.34 |
| Hex | A8 | AA | 1 | 1 | 0 | 63 | 21 | 3D | 63 | 22 |
| Octal | 250 | 252 | 1 | 1 | 0 | 143 | 41 | 75 | 143 | 42 |
| Binary | 10101000 | 10101010 | 1 | 1 | 0 | 1100011 | 100001 | 111101 | 1100011 | 100010 |
Color Harmonies of #A8AA01
Complementary color
Monochromatic Colors of #A8AA01
Black with #A8AA01
Text Example
Text Example
White with #A8AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA01; }
p { color: rgb(168,170,1); }
H1.HeaderClassName
{
color: #A8AA01;
}
.AnyTagClassName
{
color: #A8AA01;
}
</style>
background-color css
<style>
a { background-color: #A8AA01; }
a { background-color: rgb(168,170,1); }
div.DivClassName
{
background-color: #A8AA01;
}
.BgClassName
{
background-color: #A8AA01;
}
</style>
border-color css
<style>
span { border-color: #A8AA01; }
span { border-color: rgb(168,170,1); }
td.TdClassName
{
border-color: #A8AA01;
}
.TagClassName
{
border-color: #A8AA01;
}
</style>