Shades of Citrus #A1A505
Tints of Citrus #A1A505
RGB
CMYK
RGB Variations
Color information
#A1A505 (or 0xA1A505) is known color: Citrus. HEX triplet: A1, A5 and 05. RGB value is (161,165,5). Sum of RGB (Red+Green+Blue) = 161+165+5=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A505 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A505 is #5E5AFA. Grayscale: #929292. Windows color (decimal): -6183675 or 370081. OLE color: 370081.
HSL color Cylindrical-coordinate representation of color #A1A505: hue angle of 61.5º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1A505 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 5 | - |
| CMYK | 0.02 | 0 | 0.97 | 0.35 |
| HSL | 61.5º | 0.94% | 0.33% | - |
| HSV(B) | 61.5º | 0.97% | 0.65% | - |
| XYZ | 28.18 | 34.5 | 5.32 | - |
| YUV | 145.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 5 | 0.02 | 0 | 0.97 | 0.35 | 61.5 | 0.94 | 0.33 |
| Hex | A1 | A5 | 5 | 2 | 0 | 61 | 23 | 3E | 5E | 21 |
| Octal | 241 | 245 | 5 | 2 | 0 | 141 | 43 | 76 | 136 | 41 |
| Binary | 10100001 | 10100101 | 101 | 10 | 0 | 1100001 | 100011 | 111110 | 1011110 | 100001 |
Color Harmonies of #A1A505
Complementary color
Monochromatic Colors of #A1A505
Black with #A1A505
Text Example
Text Example
White with #A1A505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A505; }
p { color: rgb(161,165,5); }
H1.HeaderClassName
{
color: #A1A505;
}
.AnyTagClassName
{
color: #A1A505;
}
</style>
background-color css
<style>
a { background-color: #A1A505; }
a { background-color: rgb(161,165,5); }
div.DivClassName
{
background-color: #A1A505;
}
.BgClassName
{
background-color: #A1A505;
}
</style>
border-color css
<style>
span { border-color: #A1A505; }
span { border-color: rgb(161,165,5); }
td.TdClassName
{
border-color: #A1A505;
}
.TagClassName
{
border-color: #A1A505;
}
</style>