Shades of Citrus #ADA601
Tints of Citrus #ADA601
RGB
CMYK
RGB Variations
Color information
#ADA601 (or 0xADA601) is known color: Citrus. HEX triplet: AD, A6 and 01. RGB value is (173,166,1). Sum of RGB (Red+Green+Blue) = 173+166+1=340 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.88% from 340); Green value is 166 (65.23% from 255 or 48.82% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA601 is #5259FE. Grayscale: #959595. Windows color (decimal): -5396991 or 108205. OLE color: 108205.
HSL color Cylindrical-coordinate representation of color #ADA601: hue angle of 57.56º 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 #ADA601 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 1 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.32 |
| HSL | 57.56º | 0.99% | 0.34% | - |
| HSV(B) | 57.56º | 0.99% | 0.68% | - |
| XYZ | 30.88 | 36.16 | 5.38 | - |
| YUV | 149.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 1 | 0 | 0.04 | 0.99 | 0.32 | 57.56 | 0.99 | 0.34 |
| Hex | AD | A6 | 1 | 0 | 4 | 63 | 20 | 3A | 63 | 22 |
| Octal | 255 | 246 | 1 | 0 | 4 | 143 | 40 | 72 | 143 | 42 |
| Binary | 10101101 | 10100110 | 1 | 0 | 100 | 1100011 | 100000 | 111010 | 1100011 | 100010 |
Color Harmonies of #ADA601
Complementary color
Monochromatic Colors of #ADA601
Black with #ADA601
Text Example
Text Example
White with #ADA601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA601; }
p { color: rgb(173,166,1); }
H1.HeaderClassName
{
color: #ADA601;
}
.AnyTagClassName
{
color: #ADA601;
}
</style>
background-color css
<style>
a { background-color: #ADA601; }
a { background-color: rgb(173,166,1); }
div.DivClassName
{
background-color: #ADA601;
}
.BgClassName
{
background-color: #ADA601;
}
</style>
border-color css
<style>
span { border-color: #ADA601; }
span { border-color: rgb(173,166,1); }
td.TdClassName
{
border-color: #ADA601;
}
.TagClassName
{
border-color: #ADA601;
}
</style>