Shades of Citrus #A1A700
Tints of Citrus #A1A700
RGB
CMYK
RGB Variations
Color information
#A1A700 (or 0xA1A700) is known color: Citrus. HEX triplet: A1, A7 and 00. RGB value is (161,167,0). Sum of RGB (Red+Green+Blue) = 161+167+0=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A700 is #5E58FF. Grayscale: #929292. Windows color (decimal): -6183168 or 42913. OLE color: 42913.
HSL color Cylindrical-coordinate representation of color #A1A700: hue angle of 62.16º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A1A700 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.35 |
| HSL | 62.16º | 1% | 0.33% | - |
| HSV(B) | 62.16º | 1% | 0.65% | - |
| XYZ | 28.52 | 35.21 | 5.29 | - |
| YUV | 146.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 0 | 0.04 | 0 | 1 | 0.35 | 62.16 | 1 | 0.33 |
| Hex | A1 | A7 | 0 | 4 | 0 | 64 | 23 | 3E | 64 | 21 |
| Octal | 241 | 247 | 0 | 4 | 0 | 144 | 43 | 76 | 144 | 41 |
| Binary | 10100001 | 10100111 | 0 | 100 | 0 | 1100100 | 100011 | 111110 | 1100100 | 100001 |
Color Harmonies of #A1A700
Complementary color
Monochromatic Colors of #A1A700
Black with #A1A700
Text Example
Text Example
White with #A1A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A700; }
p { color: rgb(161,167,0); }
H1.HeaderClassName
{
color: #A1A700;
}
.AnyTagClassName
{
color: #A1A700;
}
</style>
background-color css
<style>
a { background-color: #A1A700; }
a { background-color: rgb(161,167,0); }
div.DivClassName
{
background-color: #A1A700;
}
.BgClassName
{
background-color: #A1A700;
}
</style>
border-color css
<style>
span { border-color: #A1A700; }
span { border-color: rgb(161,167,0); }
td.TdClassName
{
border-color: #A1A700;
}
.TagClassName
{
border-color: #A1A700;
}
</style>