Shades of Citrus #ADAC09
Tints of Citrus #ADAC09
RGB
CMYK
RGB Variations
Color information
#ADAC09 (or 0xADAC09) is known color: Citrus. HEX triplet: AD, AC and 09. RGB value is (173,172,9). Sum of RGB (Red+Green+Blue) = 173+172+9=354 (46% of max value = 765). Red value is 173 (67.97% from 255 or 48.87% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC09 is #5253F6. Grayscale: #9A9A9A. Windows color (decimal): -5395447 or 634029. OLE color: 634029.
HSL color Cylindrical-coordinate representation of color #ADAC09: hue angle of 59.63º 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 #ADAC09 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 9 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.32 |
| HSL | 59.63º | 0.9% | 0.36% | - |
| HSV(B) | 59.63º | 0.95% | 0.68% | - |
| XYZ | 32.04 | 38.41 | 5.98 | - |
| YUV | 153.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 9 | 0 | 0.01 | 0.95 | 0.32 | 59.63 | 0.9 | 0.36 |
| Hex | AD | AC | 9 | 0 | 1 | 5F | 20 | 3C | 5A | 24 |
| Octal | 255 | 254 | 11 | 0 | 1 | 137 | 40 | 74 | 132 | 44 |
| Binary | 10101101 | 10101100 | 1001 | 0 | 1 | 1011111 | 100000 | 111100 | 1011010 | 100100 |
Color Harmonies of #ADAC09
Complementary color
Monochromatic Colors of #ADAC09
Black with #ADAC09
Text Example
Text Example
White with #ADAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC09; }
p { color: rgb(173,172,9); }
H1.HeaderClassName
{
color: #ADAC09;
}
.AnyTagClassName
{
color: #ADAC09;
}
</style>
background-color css
<style>
a { background-color: #ADAC09; }
a { background-color: rgb(173,172,9); }
div.DivClassName
{
background-color: #ADAC09;
}
.BgClassName
{
background-color: #ADAC09;
}
</style>
border-color css
<style>
span { border-color: #ADAC09; }
span { border-color: rgb(173,172,9); }
td.TdClassName
{
border-color: #ADAC09;
}
.TagClassName
{
border-color: #ADAC09;
}
</style>