Shades of Citrus #A1A502
Tints of Citrus #A1A502
RGB
CMYK
RGB Variations
Color information
#A1A502 (or 0xA1A502) is known color: Citrus. HEX triplet: A1, A5 and 02. RGB value is (161,165,2). Sum of RGB (Red+Green+Blue) = 161+165+2=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 165 (64.84% from 255 or 50.30% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A502 is #5E5AFD. Grayscale: #919191. Windows color (decimal): -6183678 or 173473. OLE color: 173473.
HSL color Cylindrical-coordinate representation of color #A1A502: hue angle of 61.47º degrees, saturation: 0.98, 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 #A1A502 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 165 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.35 |
| HSL | 61.47º | 0.98% | 0.33% | - |
| HSV(B) | 61.47º | 0.99% | 0.65% | - |
| XYZ | 28.16 | 34.49 | 5.23 | - |
| YUV | 145.22 | 47.17 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 2 | 0.02 | 0 | 0.99 | 0.35 | 61.47 | 0.98 | 0.33 |
| Hex | A1 | A5 | 2 | 2 | 0 | 63 | 23 | 3D | 62 | 21 |
| Octal | 241 | 245 | 2 | 2 | 0 | 143 | 43 | 75 | 142 | 41 |
| Binary | 10100001 | 10100101 | 10 | 10 | 0 | 1100011 | 100011 | 111101 | 1100010 | 100001 |
Color Harmonies of #A1A502
Complementary color
Monochromatic Colors of #A1A502
Black with #A1A502
Text Example
Text Example
White with #A1A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A502; }
p { color: rgb(161,165,2); }
H1.HeaderClassName
{
color: #A1A502;
}
.AnyTagClassName
{
color: #A1A502;
}
</style>
background-color css
<style>
a { background-color: #A1A502; }
a { background-color: rgb(161,165,2); }
div.DivClassName
{
background-color: #A1A502;
}
.BgClassName
{
background-color: #A1A502;
}
</style>
border-color css
<style>
span { border-color: #A1A502; }
span { border-color: rgb(161,165,2); }
td.TdClassName
{
border-color: #A1A502;
}
.TagClassName
{
border-color: #A1A502;
}
</style>