Shades of Citrus #A0AA07
Tints of Citrus #A0AA07
RGB
CMYK
RGB Variations
Color information
#A0AA07 (or 0xA0AA07) is known color: Citrus. HEX triplet: A0, AA and 07. RGB value is (160,170,7). Sum of RGB (Red+Green+Blue) = 160+170+7=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA07 is #5F55F8. Grayscale: #959595. Windows color (decimal): -6247929 or 502432. OLE color: 502432.
HSL color Cylindrical-coordinate representation of color #A0AA07: hue angle of 63.68º 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 #A0AA07 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.33 |
| HSL | 63.68º | 0.92% | 0.35% | - |
| HSV(B) | 63.68º | 0.96% | 0.67% | - |
| XYZ | 28.91 | 36.24 | 5.67 | - |
| YUV | 148.43 | 48.19 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 7 | 0.06 | 0 | 0.96 | 0.33 | 63.68 | 0.92 | 0.35 |
| Hex | A0 | AA | 7 | 6 | 0 | 60 | 21 | 40 | 5C | 23 |
| Octal | 240 | 252 | 7 | 6 | 0 | 140 | 41 | 100 | 134 | 43 |
| Binary | 10100000 | 10101010 | 111 | 110 | 0 | 1100000 | 100001 | 1000000 | 1011100 | 100011 |
Color Harmonies of #A0AA07
Complementary color
Monochromatic Colors of #A0AA07
Black with #A0AA07
Text Example
Text Example
White with #A0AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA07; }
p { color: rgb(160,170,7); }
H1.HeaderClassName
{
color: #A0AA07;
}
.AnyTagClassName
{
color: #A0AA07;
}
</style>
background-color css
<style>
a { background-color: #A0AA07; }
a { background-color: rgb(160,170,7); }
div.DivClassName
{
background-color: #A0AA07;
}
.BgClassName
{
background-color: #A0AA07;
}
</style>
border-color css
<style>
span { border-color: #A0AA07; }
span { border-color: rgb(160,170,7); }
td.TdClassName
{
border-color: #A0AA07;
}
.TagClassName
{
border-color: #A0AA07;
}
</style>