Shades of Citrus #A9A800
Tints of Citrus #A9A800
RGB
CMYK
RGB Variations
Color information
#A9A800 (or 0xA9A800) is known color: Citrus. HEX triplet: A9, A8 and 00. RGB value is (169,168,0). Sum of RGB (Red+Green+Blue) = 169+168+0=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 168 (66.02% from 255 or 49.85% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A800 is #5657FF. Grayscale: #959595. Windows color (decimal): -5658624 or 43177. OLE color: 43177.
HSL color Cylindrical-coordinate representation of color #A9A800: hue angle of 59.64º 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 #A9A800 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 168 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.34 |
| HSL | 59.64º | 1% | 0.33% | - |
| HSV(B) | 59.64º | 1% | 0.66% | - |
| XYZ | 30.36 | 36.44 | 5.43 | - |
| YUV | 149.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 168 | 0 | 0 | 0.01 | 1 | 0.34 | 59.64 | 1 | 0.33 |
| Hex | A9 | A8 | 0 | 0 | 1 | 64 | 22 | 3C | 64 | 21 |
| Octal | 251 | 250 | 0 | 0 | 1 | 144 | 42 | 74 | 144 | 41 |
| Binary | 10101001 | 10101000 | 0 | 0 | 1 | 1100100 | 100010 | 111100 | 1100100 | 100001 |
Color Harmonies of #A9A800
Complementary color
Monochromatic Colors of #A9A800
Black with #A9A800
Text Example
Text Example
White with #A9A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A800; }
p { color: rgb(169,168,0); }
H1.HeaderClassName
{
color: #A9A800;
}
.AnyTagClassName
{
color: #A9A800;
}
</style>
background-color css
<style>
a { background-color: #A9A800; }
a { background-color: rgb(169,168,0); }
div.DivClassName
{
background-color: #A9A800;
}
.BgClassName
{
background-color: #A9A800;
}
</style>
border-color css
<style>
span { border-color: #A9A800; }
span { border-color: rgb(169,168,0); }
td.TdClassName
{
border-color: #A9A800;
}
.TagClassName
{
border-color: #A9A800;
}
</style>