Shades of Citrus #A8AA03
Tints of Citrus #A8AA03
RGB
CMYK
RGB Variations
Color information
#A8AA03 (or 0xA8AA03) is known color: Citrus. HEX triplet: A8, AA and 03. RGB value is (168,170,3). Sum of RGB (Red+Green+Blue) = 168+170+3=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA03 is #5755FC. Grayscale: #979797. Windows color (decimal): -5723645 or 240296. OLE color: 240296.
HSL color Cylindrical-coordinate representation of color #A8AA03: hue angle of 60.72º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8AA03 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.33 |
| HSL | 60.72º | 0.97% | 0.34% | - |
| HSV(B) | 60.72º | 0.98% | 0.67% | - |
| XYZ | 30.54 | 37.08 | 5.63 | - |
| YUV | 150.36 | 44.84 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 3 | 0.01 | 0 | 0.98 | 0.33 | 60.72 | 0.97 | 0.34 |
| Hex | A8 | AA | 3 | 1 | 0 | 62 | 21 | 3D | 61 | 22 |
| Octal | 250 | 252 | 3 | 1 | 0 | 142 | 41 | 75 | 141 | 42 |
| Binary | 10101000 | 10101010 | 11 | 1 | 0 | 1100010 | 100001 | 111101 | 1100001 | 100010 |
Color Harmonies of #A8AA03
Complementary color
Monochromatic Colors of #A8AA03
Black with #A8AA03
Text Example
Text Example
White with #A8AA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA03; }
p { color: rgb(168,170,3); }
H1.HeaderClassName
{
color: #A8AA03;
}
.AnyTagClassName
{
color: #A8AA03;
}
</style>
background-color css
<style>
a { background-color: #A8AA03; }
a { background-color: rgb(168,170,3); }
div.DivClassName
{
background-color: #A8AA03;
}
.BgClassName
{
background-color: #A8AA03;
}
</style>
border-color css
<style>
span { border-color: #A8AA03; }
span { border-color: rgb(168,170,3); }
td.TdClassName
{
border-color: #A8AA03;
}
.TagClassName
{
border-color: #A8AA03;
}
</style>