Shades of Citrus #A1A203
Tints of Citrus #A1A203
RGB
CMYK
RGB Variations
Color information
#A1A203 (or 0xA1A203) is known color: Citrus. HEX triplet: A1, A2 and 03. RGB value is (161,162,3). Sum of RGB (Red+Green+Blue) = 161+162+3=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A203 is #5E5DFC. Grayscale: #909090. Windows color (decimal): -6184445 or 238241. OLE color: 238241.
HSL color Cylindrical-coordinate representation of color #A1A203: hue angle of 60.38º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1A203 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 162 | 3 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.36 |
| HSL | 60.38º | 0.96% | 0.32% | - |
| HSV(B) | 60.38º | 0.98% | 0.64% | - |
| XYZ | 27.63 | 33.42 | 5.08 | - |
| YUV | 143.58 | 48.67 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 162 | 3 | 0.01 | 0 | 0.98 | 0.36 | 60.38 | 0.96 | 0.32 |
| Hex | A1 | A2 | 3 | 1 | 0 | 62 | 24 | 3C | 60 | 20 |
| Octal | 241 | 242 | 3 | 1 | 0 | 142 | 44 | 74 | 140 | 40 |
| Binary | 10100001 | 10100010 | 11 | 1 | 0 | 1100010 | 100100 | 111100 | 1100000 | 100000 |
Color Harmonies of #A1A203
Complementary color
Monochromatic Colors of #A1A203
Black with #A1A203
Text Example
Text Example
White with #A1A203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A203; }
p { color: rgb(161,162,3); }
H1.HeaderClassName
{
color: #A1A203;
}
.AnyTagClassName
{
color: #A1A203;
}
</style>
background-color css
<style>
a { background-color: #A1A203; }
a { background-color: rgb(161,162,3); }
div.DivClassName
{
background-color: #A1A203;
}
.BgClassName
{
background-color: #A1A203;
}
</style>
border-color css
<style>
span { border-color: #A1A203; }
span { border-color: rgb(161,162,3); }
td.TdClassName
{
border-color: #A1A203;
}
.TagClassName
{
border-color: #A1A203;
}
</style>