Shades of Citrus #A1A301
Tints of Citrus #A1A301
RGB
CMYK
RGB Variations
Color information
#A1A301 (or 0xA1A301) is known color: Citrus. HEX triplet: A1, A3 and 01. RGB value is (161,163,1). Sum of RGB (Red+Green+Blue) = 161+163+1=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A301 is #5E5CFE. Grayscale: #909090. Windows color (decimal): -6184191 or 107425. OLE color: 107425.
HSL color Cylindrical-coordinate representation of color #A1A301: hue angle of 60.74º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1A301 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.36 |
| HSL | 60.74º | 0.99% | 0.32% | - |
| HSV(B) | 60.74º | 0.99% | 0.64% | - |
| XYZ | 27.8 | 33.77 | 5.08 | - |
| YUV | 143.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 1 | 0.01 | 0 | 0.99 | 0.36 | 60.74 | 0.99 | 0.32 |
| Hex | A1 | A3 | 1 | 1 | 0 | 63 | 24 | 3D | 63 | 20 |
| Octal | 241 | 243 | 1 | 1 | 0 | 143 | 44 | 75 | 143 | 40 |
| Binary | 10100001 | 10100011 | 1 | 1 | 0 | 1100011 | 100100 | 111101 | 1100011 | 100000 |
Color Harmonies of #A1A301
Complementary color
Monochromatic Colors of #A1A301
Black with #A1A301
Text Example
Text Example
White with #A1A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A301; }
p { color: rgb(161,163,1); }
H1.HeaderClassName
{
color: #A1A301;
}
.AnyTagClassName
{
color: #A1A301;
}
</style>
background-color css
<style>
a { background-color: #A1A301; }
a { background-color: rgb(161,163,1); }
div.DivClassName
{
background-color: #A1A301;
}
.BgClassName
{
background-color: #A1A301;
}
</style>
border-color css
<style>
span { border-color: #A1A301; }
span { border-color: rgb(161,163,1); }
td.TdClassName
{
border-color: #A1A301;
}
.TagClassName
{
border-color: #A1A301;
}
</style>