Shades of Citrus #A1AA0D
Tints of Citrus #A1AA0D
RGB
CMYK
RGB Variations
Color information
#A1AA0D (or 0xA1AA0D) is known color: Citrus. HEX triplet: A1, AA and 0D. RGB value is (161,170,13). Sum of RGB (Red+Green+Blue) = 161+170+13=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA0D is #5E55F2. Grayscale: #969696. Windows color (decimal): -6182387 or 895649. OLE color: 895649.
HSL color Cylindrical-coordinate representation of color #A1AA0D: hue angle of 63.44º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1AA0D is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 13 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.33 |
| HSL | 63.44º | 0.86% | 0.36% | - |
| HSV(B) | 63.44º | 0.92% | 0.67% | - |
| XYZ | 29.15 | 36.36 | 5.86 | - |
| YUV | 149.41 | 51.02 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 13 | 0.05 | 0 | 0.92 | 0.33 | 63.44 | 0.86 | 0.36 |
| Hex | A1 | AA | D | 5 | 0 | 5C | 21 | 3F | 56 | 24 |
| Octal | 241 | 252 | 15 | 5 | 0 | 134 | 41 | 77 | 126 | 44 |
| Binary | 10100001 | 10101010 | 1101 | 101 | 0 | 1011100 | 100001 | 111111 | 1010110 | 100100 |
Color Harmonies of #A1AA0D
Complementary color
Monochromatic Colors of #A1AA0D
Black with #A1AA0D
Text Example
Text Example
White with #A1AA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA0D; }
p { color: rgb(161,170,13); }
H1.HeaderClassName
{
color: #A1AA0D;
}
.AnyTagClassName
{
color: #A1AA0D;
}
</style>
background-color css
<style>
a { background-color: #A1AA0D; }
a { background-color: rgb(161,170,13); }
div.DivClassName
{
background-color: #A1AA0D;
}
.BgClassName
{
background-color: #A1AA0D;
}
</style>
border-color css
<style>
span { border-color: #A1AA0D; }
span { border-color: rgb(161,170,13); }
td.TdClassName
{
border-color: #A1AA0D;
}
.TagClassName
{
border-color: #A1AA0D;
}
</style>