Shades of Citrus #A9A70B
Tints of Citrus #A9A70B
RGB
CMYK
RGB Variations
Color information
#A9A70B (or 0xA9A70B) is known color: Citrus. HEX triplet: A9, A7 and 0B. RGB value is (169,167,11). Sum of RGB (Red+Green+Blue) = 169+167+11=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9A70B is #5658F4. Grayscale: #969696. Windows color (decimal): -5658869 or 763817. OLE color: 763817.
HSL color Cylindrical-coordinate representation of color #A9A70B: hue angle of 59.24º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9A70B is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 167 | 11 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.34 |
| HSL | 59.24º | 0.88% | 0.35% | - |
| HSV(B) | 59.24º | 0.93% | 0.66% | - |
| XYZ | 30.24 | 36.1 | 5.69 | - |
| YUV | 149.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 167 | 11 | 0 | 0.01 | 0.93 | 0.34 | 59.24 | 0.88 | 0.35 |
| Hex | A9 | A7 | B | 0 | 1 | 5D | 22 | 3B | 58 | 23 |
| Octal | 251 | 247 | 13 | 0 | 1 | 135 | 42 | 73 | 130 | 43 |
| Binary | 10101001 | 10100111 | 1011 | 0 | 1 | 1011101 | 100010 | 111011 | 1011000 | 100011 |
Color Harmonies of #A9A70B
Complementary color
Monochromatic Colors of #A9A70B
Black with #A9A70B
Text Example
Text Example
White with #A9A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A70B; }
p { color: rgb(169,167,11); }
H1.HeaderClassName
{
color: #A9A70B;
}
.AnyTagClassName
{
color: #A9A70B;
}
</style>
background-color css
<style>
a { background-color: #A9A70B; }
a { background-color: rgb(169,167,11); }
div.DivClassName
{
background-color: #A9A70B;
}
.BgClassName
{
background-color: #A9A70B;
}
</style>
border-color css
<style>
span { border-color: #A9A70B; }
span { border-color: rgb(169,167,11); }
td.TdClassName
{
border-color: #A9A70B;
}
.TagClassName
{
border-color: #A9A70B;
}
</style>