Shades of Citrus #A1A205
Tints of Citrus #A1A205
RGB
CMYK
RGB Variations
Color information
#A1A205 (or 0xA1A205) is known color: Citrus. HEX triplet: A1, A2 and 05. RGB value is (161,162,5). Sum of RGB (Red+Green+Blue) = 161+162+5=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A205 is #5E5DFA. Grayscale: #909090. Windows color (decimal): -6184443 or 369313. OLE color: 369313.
HSL color Cylindrical-coordinate representation of color #A1A205: hue angle of 60.38º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1A205 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 5 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.36 |
| HSL | 60.38º | 0.94% | 0.33% | - |
| HSV(B) | 60.38º | 0.97% | 0.64% | - |
| XYZ | 27.65 | 33.43 | 5.14 | - |
| YUV | 143.8 | 49.67 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 5 | 0.01 | 0 | 0.97 | 0.36 | 60.38 | 0.94 | 0.33 |
| Hex | A1 | A2 | 5 | 1 | 0 | 61 | 24 | 3C | 5E | 21 |
| Octal | 241 | 242 | 5 | 1 | 0 | 141 | 44 | 74 | 136 | 41 |
| Binary | 10100001 | 10100010 | 101 | 1 | 0 | 1100001 | 100100 | 111100 | 1011110 | 100001 |
Color Harmonies of #A1A205
Complementary color
Monochromatic Colors of #A1A205
Black with #A1A205
Text Example
Text Example
White with #A1A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A205; }
p { color: rgb(161,162,5); }
H1.HeaderClassName
{
color: #A1A205;
}
.AnyTagClassName
{
color: #A1A205;
}
</style>
background-color css
<style>
a { background-color: #A1A205; }
a { background-color: rgb(161,162,5); }
div.DivClassName
{
background-color: #A1A205;
}
.BgClassName
{
background-color: #A1A205;
}
</style>
border-color css
<style>
span { border-color: #A1A205; }
span { border-color: rgb(161,162,5); }
td.TdClassName
{
border-color: #A1A205;
}
.TagClassName
{
border-color: #A1A205;
}
</style>