Shades of Citrus #A9A700
Tints of Citrus #A9A700
RGB
CMYK
RGB Variations
Color information
#A9A700 (or 0xA9A700) is known color: Citrus. HEX triplet: A9, A7 and 00. RGB value is (169,167,0). Sum of RGB (Red+Green+Blue) = 169+167+0=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 167 (65.62% from 255 or 49.70% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A700 is #5658FF. Grayscale: #959595. Windows color (decimal): -5658880 or 42921. OLE color: 42921.
HSL color Cylindrical-coordinate representation of color #A9A700: hue angle of 59.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A9A700 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.34 |
| HSL | 59.29º | 1% | 0.33% | - |
| HSV(B) | 59.29º | 1% | 0.66% | - |
| XYZ | 30.18 | 36.07 | 5.37 | - |
| YUV | 148.56 | 44.16 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 0 | 0 | 0.01 | 1 | 0.34 | 59.29 | 1 | 0.33 |
| Hex | A9 | A7 | 0 | 0 | 1 | 64 | 22 | 3B | 64 | 21 |
| Octal | 251 | 247 | 0 | 0 | 1 | 144 | 42 | 73 | 144 | 41 |
| Binary | 10101001 | 10100111 | 0 | 0 | 1 | 1100100 | 100010 | 111011 | 1100100 | 100001 |
Color Harmonies of #A9A700
Complementary color
Monochromatic Colors of #A9A700
Black with #A9A700
Text Example
Text Example
White with #A9A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A700; }
p { color: rgb(169,167,0); }
H1.HeaderClassName
{
color: #A9A700;
}
.AnyTagClassName
{
color: #A9A700;
}
</style>
background-color css
<style>
a { background-color: #A9A700; }
a { background-color: rgb(169,167,0); }
div.DivClassName
{
background-color: #A9A700;
}
.BgClassName
{
background-color: #A9A700;
}
</style>
border-color css
<style>
span { border-color: #A9A700; }
span { border-color: rgb(169,167,0); }
td.TdClassName
{
border-color: #A9A700;
}
.TagClassName
{
border-color: #A9A700;
}
</style>