Shades of Citrus #A1A901
Tints of Citrus #A1A901
RGB
CMYK
RGB Variations
Color information
#A1A901 (or 0xA1A901) is known color: Citrus. HEX triplet: A1, A9 and 01. RGB value is (161,169,1). Sum of RGB (Red+Green+Blue) = 161+169+1=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 169 (66.41% from 255 or 51.06% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A901 is #5E56FE. Grayscale: #949494. Windows color (decimal): -6182655 or 108961. OLE color: 108961.
HSL color Cylindrical-coordinate representation of color #A1A901: hue angle of 62.86º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1A901 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.34 |
| HSL | 62.86º | 0.99% | 0.33% | - |
| HSV(B) | 62.86º | 0.99% | 0.66% | - |
| XYZ | 28.89 | 35.96 | 5.45 | - |
| YUV | 147.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 1 | 0.05 | 0 | 0.99 | 0.34 | 62.86 | 0.99 | 0.33 |
| Hex | A1 | A9 | 1 | 5 | 0 | 63 | 22 | 3F | 63 | 21 |
| Octal | 241 | 251 | 1 | 5 | 0 | 143 | 42 | 77 | 143 | 41 |
| Binary | 10100001 | 10101001 | 1 | 101 | 0 | 1100011 | 100010 | 111111 | 1100011 | 100001 |
Color Harmonies of #A1A901
Complementary color
Monochromatic Colors of #A1A901
Black with #A1A901
Text Example
Text Example
White with #A1A901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A901; }
p { color: rgb(161,169,1); }
H1.HeaderClassName
{
color: #A1A901;
}
.AnyTagClassName
{
color: #A1A901;
}
</style>
background-color css
<style>
a { background-color: #A1A901; }
a { background-color: rgb(161,169,1); }
div.DivClassName
{
background-color: #A1A901;
}
.BgClassName
{
background-color: #A1A901;
}
</style>
border-color css
<style>
span { border-color: #A1A901; }
span { border-color: rgb(161,169,1); }
td.TdClassName
{
border-color: #A1A901;
}
.TagClassName
{
border-color: #A1A901;
}
</style>