Shades of Citrus #A1A912
Tints of Citrus #A1A912
RGB
CMYK
RGB Variations
Color information
#A1A912 (or 0xA1A912) is known color: Citrus. HEX triplet: A1, A9 and 12. RGB value is (161,169,18). Sum of RGB (Red+Green+Blue) = 161+169+18=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A912 is #5E56ED. Grayscale: #959595. Windows color (decimal): -6182638 or 1223073. OLE color: 1223073.
HSL color Cylindrical-coordinate representation of color #A1A912: hue angle of 63.18º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A1A912 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 18 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.34 |
| HSL | 63.18º | 0.81% | 0.37% | - |
| HSV(B) | 63.18º | 0.89% | 0.66% | - |
| XYZ | 29 | 36 | 5.99 | - |
| YUV | 149.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 18 | 0.05 | 0 | 0.89 | 0.34 | 63.18 | 0.81 | 0.37 |
| Hex | A1 | A9 | 12 | 5 | 0 | 59 | 22 | 3F | 51 | 25 |
| Octal | 241 | 251 | 22 | 5 | 0 | 131 | 42 | 77 | 121 | 45 |
| Binary | 10100001 | 10101001 | 10010 | 101 | 0 | 1011001 | 100010 | 111111 | 1010001 | 100101 |
Color Harmonies of #A1A912
Complementary color
Monochromatic Colors of #A1A912
Black with #A1A912
Text Example
Text Example
White with #A1A912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A912; }
p { color: rgb(161,169,18); }
H1.HeaderClassName
{
color: #A1A912;
}
.AnyTagClassName
{
color: #A1A912;
}
</style>
background-color css
<style>
a { background-color: #A1A912; }
a { background-color: rgb(161,169,18); }
div.DivClassName
{
background-color: #A1A912;
}
.BgClassName
{
background-color: #A1A912;
}
</style>
border-color css
<style>
span { border-color: #A1A912; }
span { border-color: rgb(161,169,18); }
td.TdClassName
{
border-color: #A1A912;
}
.TagClassName
{
border-color: #A1A912;
}
</style>