Shades of Citrus #ADAB09
Tints of Citrus #ADAB09
RGB
CMYK
RGB Variations
Color information
#ADAB09 (or 0xADAB09) is known color: Citrus. HEX triplet: AD, AB and 09. RGB value is (173,171,9). Sum of RGB (Red+Green+Blue) = 173+171+9=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 9 (3.91% from 255 or 2.55% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAB09 is #5254F6. Grayscale: #999999. Windows color (decimal): -5395703 or 633773. OLE color: 633773.
HSL color Cylindrical-coordinate representation of color #ADAB09: hue angle of 59.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADAB09 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 9 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.32 |
| HSL | 59.27º | 0.9% | 0.36% | - |
| HSV(B) | 59.27º | 0.95% | 0.68% | - |
| XYZ | 31.85 | 38.03 | 5.92 | - |
| YUV | 153.13 | 46.66 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 9 | 0 | 0.01 | 0.95 | 0.32 | 59.27 | 0.9 | 0.36 |
| Hex | AD | AB | 9 | 0 | 1 | 5F | 20 | 3B | 5A | 24 |
| Octal | 255 | 253 | 11 | 0 | 1 | 137 | 40 | 73 | 132 | 44 |
| Binary | 10101101 | 10101011 | 1001 | 0 | 1 | 1011111 | 100000 | 111011 | 1011010 | 100100 |
Color Harmonies of #ADAB09
Complementary color
Monochromatic Colors of #ADAB09
Black with #ADAB09
Text Example
Text Example
White with #ADAB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB09; }
p { color: rgb(173,171,9); }
H1.HeaderClassName
{
color: #ADAB09;
}
.AnyTagClassName
{
color: #ADAB09;
}
</style>
background-color css
<style>
a { background-color: #ADAB09; }
a { background-color: rgb(173,171,9); }
div.DivClassName
{
background-color: #ADAB09;
}
.BgClassName
{
background-color: #ADAB09;
}
</style>
border-color css
<style>
span { border-color: #ADAB09; }
span { border-color: rgb(173,171,9); }
td.TdClassName
{
border-color: #ADAB09;
}
.TagClassName
{
border-color: #ADAB09;
}
</style>