Shades of Citrus #A0AA0F
Tints of Citrus #A0AA0F
RGB
CMYK
RGB Variations
Color information
#A0AA0F (or 0xA0AA0F) is known color: Citrus. HEX triplet: A0, AA and 0F. RGB value is (160,170,15). Sum of RGB (Red+Green+Blue) = 160+170+15=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA0F is #5F55F0. Grayscale: #959595. Windows color (decimal): -6247921 or 1026720. OLE color: 1026720.
HSL color Cylindrical-coordinate representation of color #A0AA0F: hue angle of 63.87º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0AA0F is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 15 | - |
| CMYK | 0.06 | 0 | 0.91 | 0.33 |
| HSL | 63.87º | 0.84% | 0.36% | - |
| HSV(B) | 63.87º | 0.91% | 0.67% | - |
| XYZ | 28.96 | 36.26 | 5.92 | - |
| YUV | 149.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 15 | 0.06 | 0 | 0.91 | 0.33 | 63.87 | 0.84 | 0.36 |
| Hex | A0 | AA | F | 6 | 0 | 5B | 21 | 40 | 54 | 24 |
| Octal | 240 | 252 | 17 | 6 | 0 | 133 | 41 | 100 | 124 | 44 |
| Binary | 10100000 | 10101010 | 1111 | 110 | 0 | 1011011 | 100001 | 1000000 | 1010100 | 100100 |
Color Harmonies of #A0AA0F
Complementary color
Monochromatic Colors of #A0AA0F
Black with #A0AA0F
Text Example
Text Example
White with #A0AA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA0F; }
p { color: rgb(160,170,15); }
H1.HeaderClassName
{
color: #A0AA0F;
}
.AnyTagClassName
{
color: #A0AA0F;
}
</style>
background-color css
<style>
a { background-color: #A0AA0F; }
a { background-color: rgb(160,170,15); }
div.DivClassName
{
background-color: #A0AA0F;
}
.BgClassName
{
background-color: #A0AA0F;
}
</style>
border-color css
<style>
span { border-color: #A0AA0F; }
span { border-color: rgb(160,170,15); }
td.TdClassName
{
border-color: #A0AA0F;
}
.TagClassName
{
border-color: #A0AA0F;
}
</style>