Shades of Citrus #ADA90A
Tints of Citrus #ADA90A
RGB
CMYK
RGB Variations
Color information
#ADA90A (or 0xADA90A) is known color: Citrus. HEX triplet: AD, A9 and 0A. RGB value is (173,169,10). Sum of RGB (Red+Green+Blue) = 173+169+10=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA90A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA90A is #5256F5. Grayscale: #989898. Windows color (decimal): -5396214 or 698797. OLE color: 698797.
HSL color Cylindrical-coordinate representation of color #ADA90A: hue angle of 58.53º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADA90A is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 10 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.32 |
| HSL | 58.53º | 0.89% | 0.36% | - |
| HSV(B) | 58.53º | 0.94% | 0.68% | - |
| XYZ | 31.48 | 37.28 | 5.82 | - |
| YUV | 152.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 10 | 0 | 0.02 | 0.94 | 0.32 | 58.53 | 0.89 | 0.36 |
| Hex | AD | A9 | A | 0 | 2 | 5E | 20 | 3B | 59 | 24 |
| Octal | 255 | 251 | 12 | 0 | 2 | 136 | 40 | 73 | 131 | 44 |
| Binary | 10101101 | 10101001 | 1010 | 0 | 10 | 1011110 | 100000 | 111011 | 1011001 | 100100 |
Color Harmonies of #ADA90A
Complementary color
Monochromatic Colors of #ADA90A
Black with #ADA90A
Text Example
Text Example
White with #ADA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA90A; }
p { color: rgb(173,169,10); }
H1.HeaderClassName
{
color: #ADA90A;
}
.AnyTagClassName
{
color: #ADA90A;
}
</style>
background-color css
<style>
a { background-color: #ADA90A; }
a { background-color: rgb(173,169,10); }
div.DivClassName
{
background-color: #ADA90A;
}
.BgClassName
{
background-color: #ADA90A;
}
</style>
border-color css
<style>
span { border-color: #ADA90A; }
span { border-color: rgb(173,169,10); }
td.TdClassName
{
border-color: #ADA90A;
}
.TagClassName
{
border-color: #ADA90A;
}
</style>