Shades of Citrus #A8AA07
Tints of Citrus #A8AA07
RGB
CMYK
RGB Variations
Color information
#A8AA07 (or 0xA8AA07) is known color: Citrus. HEX triplet: A8, AA and 07. RGB value is (168,170,7). Sum of RGB (Red+Green+Blue) = 168+170+7=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA07 is #5755F8. Grayscale: #979797. Windows color (decimal): -5723641 or 502440. OLE color: 502440.
HSL color Cylindrical-coordinate representation of color #A8AA07: hue angle of 60.74º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8AA07 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 7 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.33 |
| HSL | 60.74º | 0.92% | 0.35% | - |
| HSV(B) | 60.74º | 0.96% | 0.67% | - |
| XYZ | 30.56 | 37.09 | 5.75 | - |
| YUV | 150.82 | 46.84 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 7 | 0.01 | 0 | 0.96 | 0.33 | 60.74 | 0.92 | 0.35 |
| Hex | A8 | AA | 7 | 1 | 0 | 60 | 21 | 3D | 5C | 23 |
| Octal | 250 | 252 | 7 | 1 | 0 | 140 | 41 | 75 | 134 | 43 |
| Binary | 10101000 | 10101010 | 111 | 1 | 0 | 1100000 | 100001 | 111101 | 1011100 | 100011 |
Color Harmonies of #A8AA07
Complementary color
Monochromatic Colors of #A8AA07
Black with #A8AA07
Text Example
Text Example
White with #A8AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA07; }
p { color: rgb(168,170,7); }
H1.HeaderClassName
{
color: #A8AA07;
}
.AnyTagClassName
{
color: #A8AA07;
}
</style>
background-color css
<style>
a { background-color: #A8AA07; }
a { background-color: rgb(168,170,7); }
div.DivClassName
{
background-color: #A8AA07;
}
.BgClassName
{
background-color: #A8AA07;
}
</style>
border-color css
<style>
span { border-color: #A8AA07; }
span { border-color: rgb(168,170,7); }
td.TdClassName
{
border-color: #A8AA07;
}
.TagClassName
{
border-color: #A8AA07;
}
</style>