Shades of Citron #A0A529
Tints of Citron #A0A529
RGB
CMYK
RGB Variations
Color information
#A0A529 (or 0xA0A529) is known color: Citron. HEX triplet: A0, A5 and 29. RGB value is (160,165,41). Sum of RGB (Red+Green+Blue) = 160+165+41=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #A0A529 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A529 is #5F5AD6. Grayscale: #959595. Windows color (decimal): -6249175 or 2729376. OLE color: 2729376.
HSL color Cylindrical-coordinate representation of color #A0A529: hue angle of 62.42º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0A529 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 160 | 165 | 41 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.35 |
| HSL | 62.42º | 0.6% | 0.4% | - |
| HSV(B) | 62.42º | 0.75% | 0.65% | - |
| XYZ | 28.35 | 34.54 | 7.27 | - |
| YUV | 149.37 | 66.84 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 165 | 41 | 0.03 | 0 | 0.75 | 0.35 | 62.42 | 0.6 | 0.4 |
| Hex | A0 | A5 | 29 | 3 | 0 | 4B | 23 | 3E | 3C | 28 |
| Octal | 240 | 245 | 51 | 3 | 0 | 113 | 43 | 76 | 74 | 50 |
| Binary | 10100000 | 10100101 | 101001 | 11 | 0 | 1001011 | 100011 | 111110 | 111100 | 101000 |
Color Harmonies of #A0A529
Complementary color
Monochromatic Colors of #A0A529
Black with #A0A529
Text Example
Text Example
White with #A0A529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A529; }
p { color: rgb(160,165,41); }
H1.HeaderClassName
{
color: #A0A529;
}
.AnyTagClassName
{
color: #A0A529;
}
</style>
background-color css
<style>
a { background-color: #A0A529; }
a { background-color: rgb(160,165,41); }
div.DivClassName
{
background-color: #A0A529;
}
.BgClassName
{
background-color: #A0A529;
}
</style>
border-color css
<style>
span { border-color: #A0A529; }
span { border-color: rgb(160,165,41); }
td.TdClassName
{
border-color: #A0A529;
}
.TagClassName
{
border-color: #A0A529;
}
</style>