Shades of Citrus #A0A006
Tints of Citrus #A0A006
RGB
CMYK
RGB Variations
Color information
#A0A006 (or 0xA0A006) is known color: Citrus. HEX triplet: A0, A0 and 06. RGB value is (160,160,6). Sum of RGB (Red+Green+Blue) = 160+160+6=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A006 is #5F5FF9. Grayscale: #8F8F8F. Windows color (decimal): -6250490 or 434336. OLE color: 434336.
HSL color Cylindrical-coordinate representation of color #A0A006: hue angle of 60º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0A006 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 160 | 6 | - |
| CMYK | 0 | 0 | 0.96 | 0.37 |
| HSL | 60º | 0.93% | 0.33% | - |
| HSV(B) | 60º | 0.96% | 0.63% | - |
| XYZ | 27.1 | 32.63 | 5.04 | - |
| YUV | 142.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 160 | 6 | 0 | 0 | 0.96 | 0.37 | 60 | 0.93 | 0.33 |
| Hex | A0 | A0 | 6 | 0 | 0 | 60 | 25 | 3C | 5D | 21 |
| Octal | 240 | 240 | 6 | 0 | 0 | 140 | 45 | 74 | 135 | 41 |
| Binary | 10100000 | 10100000 | 110 | 0 | 0 | 1100000 | 100101 | 111100 | 1011101 | 100001 |
Color Harmonies of #A0A006
Complementary color
Monochromatic Colors of #A0A006
Black with #A0A006
Text Example
Text Example
White with #A0A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A006; }
p { color: rgb(160,160,6); }
H1.HeaderClassName
{
color: #A0A006;
}
.AnyTagClassName
{
color: #A0A006;
}
</style>
background-color css
<style>
a { background-color: #A0A006; }
a { background-color: rgb(160,160,6); }
div.DivClassName
{
background-color: #A0A006;
}
.BgClassName
{
background-color: #A0A006;
}
</style>
border-color css
<style>
span { border-color: #A0A006; }
span { border-color: rgb(160,160,6); }
td.TdClassName
{
border-color: #A0A006;
}
.TagClassName
{
border-color: #A0A006;
}
</style>