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