Shades of Citrus #A1A601
Tints of Citrus #A1A601
RGB
CMYK
RGB Variations
Color information
#A1A601 (or 0xA1A601) is known color: Citrus. HEX triplet: A1, A6 and 01. RGB value is (161,166,1). Sum of RGB (Red+Green+Blue) = 161+166+1=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A601 is #5E59FE. Grayscale: #929292. Windows color (decimal): -6183423 or 108193. OLE color: 108193.
HSL color Cylindrical-coordinate representation of color #A1A601: hue angle of 61.82º degrees, saturation: 0.99, 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 #A1A601 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 166 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.35 |
| HSL | 61.82º | 0.99% | 0.33% | - |
| HSV(B) | 61.82º | 0.99% | 0.65% | - |
| XYZ | 28.34 | 34.85 | 5.26 | - |
| YUV | 145.7 | 46.34 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 166 | 1 | 0.03 | 0 | 0.99 | 0.35 | 61.82 | 0.99 | 0.33 |
| Hex | A1 | A6 | 1 | 3 | 0 | 63 | 23 | 3E | 63 | 21 |
| Octal | 241 | 246 | 1 | 3 | 0 | 143 | 43 | 76 | 143 | 41 |
| Binary | 10100001 | 10100110 | 1 | 11 | 0 | 1100011 | 100011 | 111110 | 1100011 | 100001 |
Color Harmonies of #A1A601
Complementary color
Monochromatic Colors of #A1A601
Black with #A1A601
Text Example
Text Example
White with #A1A601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A601; }
p { color: rgb(161,166,1); }
H1.HeaderClassName
{
color: #A1A601;
}
.AnyTagClassName
{
color: #A1A601;
}
</style>
background-color css
<style>
a { background-color: #A1A601; }
a { background-color: rgb(161,166,1); }
div.DivClassName
{
background-color: #A1A601;
}
.BgClassName
{
background-color: #A1A601;
}
</style>
border-color css
<style>
span { border-color: #A1A601; }
span { border-color: rgb(161,166,1); }
td.TdClassName
{
border-color: #A1A601;
}
.TagClassName
{
border-color: #A1A601;
}
</style>