Shades of Citrus #ADAD0A
Tints of Citrus #ADAD0A
RGB
CMYK
RGB Variations
Color information
#ADAD0A (or 0xADAD0A) is known color: Citrus. HEX triplet: AD, AD and 0A. RGB value is (173,173,10). Sum of RGB (Red+Green+Blue) = 173+173+10=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD0A is #5252F5. Grayscale: #9B9B9B. Windows color (decimal): -5395190 or 699821. OLE color: 699821.
HSL color Cylindrical-coordinate representation of color #ADAD0A: hue angle of 60º 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 #ADAD0A is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 10 | - |
| CMYK | 0 | 0 | 0.94 | 0.32 |
| HSL | 60º | 0.89% | 0.36% | - |
| HSV(B) | 60º | 0.94% | 0.68% | - |
| XYZ | 32.23 | 38.79 | 6.08 | - |
| YUV | 154.42 | 46.5 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 10 | 0 | 0 | 0.94 | 0.32 | 60 | 0.89 | 0.36 |
| Hex | AD | AD | A | 0 | 0 | 5E | 20 | 3C | 59 | 24 |
| Octal | 255 | 255 | 12 | 0 | 0 | 136 | 40 | 74 | 131 | 44 |
| Binary | 10101101 | 10101101 | 1010 | 0 | 0 | 1011110 | 100000 | 111100 | 1011001 | 100100 |
Color Harmonies of #ADAD0A
Complementary color
Monochromatic Colors of #ADAD0A
Black with #ADAD0A
Text Example
Text Example
White with #ADAD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD0A; }
p { color: rgb(173,173,10); }
H1.HeaderClassName
{
color: #ADAD0A;
}
.AnyTagClassName
{
color: #ADAD0A;
}
</style>
background-color css
<style>
a { background-color: #ADAD0A; }
a { background-color: rgb(173,173,10); }
div.DivClassName
{
background-color: #ADAD0A;
}
.BgClassName
{
background-color: #ADAD0A;
}
</style>
border-color css
<style>
span { border-color: #ADAD0A; }
span { border-color: rgb(173,173,10); }
td.TdClassName
{
border-color: #ADAD0A;
}
.TagClassName
{
border-color: #ADAD0A;
}
</style>