Shades of Citrus #A1AA0C
Tints of Citrus #A1AA0C
RGB
CMYK
RGB Variations
Color information
#A1AA0C (or 0xA1AA0C) is known color: Citrus. HEX triplet: A1, AA and 0C. RGB value is (161,170,12). Sum of RGB (Red+Green+Blue) = 161+170+12=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA0C is #5E55F3. Grayscale: #959595. Windows color (decimal): -6182388 or 830113. OLE color: 830113.
HSL color Cylindrical-coordinate representation of color #A1AA0C: hue angle of 63.42º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1AA0C is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 12 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.33 |
| HSL | 63.42º | 0.87% | 0.36% | - |
| HSV(B) | 63.42º | 0.93% | 0.67% | - |
| XYZ | 29.14 | 36.35 | 5.83 | - |
| YUV | 149.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 12 | 0.05 | 0 | 0.93 | 0.33 | 63.42 | 0.87 | 0.36 |
| Hex | A1 | AA | C | 5 | 0 | 5D | 21 | 3F | 57 | 24 |
| Octal | 241 | 252 | 14 | 5 | 0 | 135 | 41 | 77 | 127 | 44 |
| Binary | 10100001 | 10101010 | 1100 | 101 | 0 | 1011101 | 100001 | 111111 | 1010111 | 100100 |
Color Harmonies of #A1AA0C
Complementary color
Monochromatic Colors of #A1AA0C
Black with #A1AA0C
Text Example
Text Example
White with #A1AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA0C; }
p { color: rgb(161,170,12); }
H1.HeaderClassName
{
color: #A1AA0C;
}
.AnyTagClassName
{
color: #A1AA0C;
}
</style>
background-color css
<style>
a { background-color: #A1AA0C; }
a { background-color: rgb(161,170,12); }
div.DivClassName
{
background-color: #A1AA0C;
}
.BgClassName
{
background-color: #A1AA0C;
}
</style>
border-color css
<style>
span { border-color: #A1AA0C; }
span { border-color: rgb(161,170,12); }
td.TdClassName
{
border-color: #A1AA0C;
}
.TagClassName
{
border-color: #A1AA0C;
}
</style>