Shades of Citrus #A1A90D
Tints of Citrus #A1A90D
RGB
CMYK
RGB Variations
Color information
#A1A90D (or 0xA1A90D) is known color: Citrus. HEX triplet: A1, A9 and 0D. RGB value is (161,169,13). Sum of RGB (Red+Green+Blue) = 161+169+13=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A90D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A90D is #5E56F2. Grayscale: #959595. Windows color (decimal): -6182643 or 895393. OLE color: 895393.
HSL color Cylindrical-coordinate representation of color #A1A90D: hue angle of 63.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1A90D is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 13 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.34 |
| HSL | 63.08º | 0.86% | 0.36% | - |
| HSV(B) | 63.08º | 0.92% | 0.66% | - |
| XYZ | 28.96 | 35.98 | 5.8 | - |
| YUV | 148.82 | 51.35 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 13 | 0.05 | 0 | 0.92 | 0.34 | 63.08 | 0.86 | 0.36 |
| Hex | A1 | A9 | D | 5 | 0 | 5C | 22 | 3F | 56 | 24 |
| Octal | 241 | 251 | 15 | 5 | 0 | 134 | 42 | 77 | 126 | 44 |
| Binary | 10100001 | 10101001 | 1101 | 101 | 0 | 1011100 | 100010 | 111111 | 1010110 | 100100 |
Color Harmonies of #A1A90D
Complementary color
Monochromatic Colors of #A1A90D
Black with #A1A90D
Text Example
Text Example
White with #A1A90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A90D; }
p { color: rgb(161,169,13); }
H1.HeaderClassName
{
color: #A1A90D;
}
.AnyTagClassName
{
color: #A1A90D;
}
</style>
background-color css
<style>
a { background-color: #A1A90D; }
a { background-color: rgb(161,169,13); }
div.DivClassName
{
background-color: #A1A90D;
}
.BgClassName
{
background-color: #A1A90D;
}
</style>
border-color css
<style>
span { border-color: #A1A90D; }
span { border-color: rgb(161,169,13); }
td.TdClassName
{
border-color: #A1A90D;
}
.TagClassName
{
border-color: #A1A90D;
}
</style>