Shades of Citrus #A1A602
Tints of Citrus #A1A602
RGB
CMYK
RGB Variations
Color information
#A1A602 (or 0xA1A602) is known color: Citrus. HEX triplet: A1, A6 and 02. RGB value is (161,166,2). Sum of RGB (Red+Green+Blue) = 161+166+2=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A602 is #5E59FD. Grayscale: #929292. Windows color (decimal): -6183422 or 173729. OLE color: 173729.
HSL color Cylindrical-coordinate representation of color #A1A602: hue angle of 61.83º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1A602 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.35 |
| HSL | 61.83º | 0.98% | 0.33% | - |
| HSV(B) | 61.83º | 0.99% | 0.65% | - |
| XYZ | 28.35 | 34.85 | 5.29 | - |
| YUV | 145.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 2 | 0.03 | 0 | 0.99 | 0.35 | 61.83 | 0.98 | 0.33 |
| Hex | A1 | A6 | 2 | 3 | 0 | 63 | 23 | 3E | 62 | 21 |
| Octal | 241 | 246 | 2 | 3 | 0 | 143 | 43 | 76 | 142 | 41 |
| Binary | 10100001 | 10100110 | 10 | 11 | 0 | 1100011 | 100011 | 111110 | 1100010 | 100001 |
Color Harmonies of #A1A602
Complementary color
Monochromatic Colors of #A1A602
Black with #A1A602
Text Example
Text Example
White with #A1A602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A602; }
p { color: rgb(161,166,2); }
H1.HeaderClassName
{
color: #A1A602;
}
.AnyTagClassName
{
color: #A1A602;
}
</style>
background-color css
<style>
a { background-color: #A1A602; }
a { background-color: rgb(161,166,2); }
div.DivClassName
{
background-color: #A1A602;
}
.BgClassName
{
background-color: #A1A602;
}
</style>
border-color css
<style>
span { border-color: #A1A602; }
span { border-color: rgb(161,166,2); }
td.TdClassName
{
border-color: #A1A602;
}
.TagClassName
{
border-color: #A1A602;
}
</style>