Shades of Citrus #ADAA01
Tints of Citrus #ADAA01
RGB
CMYK
RGB Variations
Color information
#ADAA01 (or 0xADAA01) is known color: Citrus. HEX triplet: AD, AA and 01. RGB value is (173,170,1). Sum of RGB (Red+Green+Blue) = 173+170+1=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 1 (0.78% from 255 or 0.29% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA01 is #5255FE. Grayscale: #989898. Windows color (decimal): -5395967 or 109229. OLE color: 109229.
HSL color Cylindrical-coordinate representation of color #ADAA01: hue angle of 58.95º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADAA01 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 170 | 1 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.32 |
| HSL | 58.95º | 0.99% | 0.34% | - |
| HSV(B) | 58.95º | 0.99% | 0.68% | - |
| XYZ | 31.61 | 37.64 | 5.63 | - |
| YUV | 151.63 | 42.99 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 1 | 0 | 0.02 | 0.99 | 0.32 | 58.95 | 0.99 | 0.34 |
| Hex | AD | AA | 1 | 0 | 2 | 63 | 20 | 3B | 63 | 22 |
| Octal | 255 | 252 | 1 | 0 | 2 | 143 | 40 | 73 | 143 | 42 |
| Binary | 10101101 | 10101010 | 1 | 0 | 10 | 1100011 | 100000 | 111011 | 1100011 | 100010 |
Color Harmonies of #ADAA01
Complementary color
Monochromatic Colors of #ADAA01
Black with #ADAA01
Text Example
Text Example
White with #ADAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAA01; }
p { color: rgb(173,170,1); }
H1.HeaderClassName
{
color: #ADAA01;
}
.AnyTagClassName
{
color: #ADAA01;
}
</style>
background-color css
<style>
a { background-color: #ADAA01; }
a { background-color: rgb(173,170,1); }
div.DivClassName
{
background-color: #ADAA01;
}
.BgClassName
{
background-color: #ADAA01;
}
</style>
border-color css
<style>
span { border-color: #ADAA01; }
span { border-color: rgb(173,170,1); }
td.TdClassName
{
border-color: #ADAA01;
}
.TagClassName
{
border-color: #ADAA01;
}
</style>