Shades of Citrus #A1A80D
Tints of Citrus #A1A80D
RGB
CMYK
RGB Variations
Color information
#A1A80D (or 0xA1A80D) is known color: Citrus. HEX triplet: A1, A8 and 0D. RGB value is (161,168,13). Sum of RGB (Red+Green+Blue) = 161+168+13=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A80D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A80D is #5E57F2. Grayscale: #949494. Windows color (decimal): -6182899 or 895137. OLE color: 895137.
HSL color Cylindrical-coordinate representation of color #A1A80D: hue angle of 62.71º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A1A80D is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 13 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.34 |
| HSL | 62.71º | 0.86% | 0.35% | - |
| HSV(B) | 62.71º | 0.92% | 0.66% | - |
| XYZ | 28.77 | 35.61 | 5.74 | - |
| YUV | 148.24 | 51.68 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 13 | 0.04 | 0 | 0.92 | 0.34 | 62.71 | 0.86 | 0.35 |
| Hex | A1 | A8 | D | 4 | 0 | 5C | 22 | 3F | 56 | 23 |
| Octal | 241 | 250 | 15 | 4 | 0 | 134 | 42 | 77 | 126 | 43 |
| Binary | 10100001 | 10101000 | 1101 | 100 | 0 | 1011100 | 100010 | 111111 | 1010110 | 100011 |
Color Harmonies of #A1A80D
Complementary color
Monochromatic Colors of #A1A80D
Black with #A1A80D
Text Example
Text Example
White with #A1A80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A80D; }
p { color: rgb(161,168,13); }
H1.HeaderClassName
{
color: #A1A80D;
}
.AnyTagClassName
{
color: #A1A80D;
}
</style>
background-color css
<style>
a { background-color: #A1A80D; }
a { background-color: rgb(161,168,13); }
div.DivClassName
{
background-color: #A1A80D;
}
.BgClassName
{
background-color: #A1A80D;
}
</style>
border-color css
<style>
span { border-color: #A1A80D; }
span { border-color: rgb(161,168,13); }
td.TdClassName
{
border-color: #A1A80D;
}
.TagClassName
{
border-color: #A1A80D;
}
</style>