Shades of Citrus #ADAD0C
Tints of Citrus #ADAD0C
RGB
CMYK
RGB Variations
Color information
#ADAD0C (or 0xADAD0C) is known color: Citrus. HEX triplet: AD, AD and 0C. RGB value is (173,173,12). Sum of RGB (Red+Green+Blue) = 173+173+12=358 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.32% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD0C is #5252F3. Grayscale: #9B9B9B. Windows color (decimal): -5395188 or 830893. OLE color: 830893.
HSL color Cylindrical-coordinate representation of color #ADAD0C: hue angle of 60º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADAD0C is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 12 | - |
| CMYK | 0 | 0 | 0.93 | 0.32 |
| HSL | 60º | 0.87% | 0.36% | - |
| HSV(B) | 60º | 0.93% | 0.68% | - |
| XYZ | 32.24 | 38.8 | 6.14 | - |
| YUV | 154.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 12 | 0 | 0 | 0.93 | 0.32 | 60 | 0.87 | 0.36 |
| Hex | AD | AD | C | 0 | 0 | 5D | 20 | 3C | 57 | 24 |
| Octal | 255 | 255 | 14 | 0 | 0 | 135 | 40 | 74 | 127 | 44 |
| Binary | 10101101 | 10101101 | 1100 | 0 | 0 | 1011101 | 100000 | 111100 | 1010111 | 100100 |
Color Harmonies of #ADAD0C
Complementary color
Monochromatic Colors of #ADAD0C
Black with #ADAD0C
Text Example
Text Example
White with #ADAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD0C; }
p { color: rgb(173,173,12); }
H1.HeaderClassName
{
color: #ADAD0C;
}
.AnyTagClassName
{
color: #ADAD0C;
}
</style>
background-color css
<style>
a { background-color: #ADAD0C; }
a { background-color: rgb(173,173,12); }
div.DivClassName
{
background-color: #ADAD0C;
}
.BgClassName
{
background-color: #ADAD0C;
}
</style>
border-color css
<style>
span { border-color: #ADAD0C; }
span { border-color: rgb(173,173,12); }
td.TdClassName
{
border-color: #ADAD0C;
}
.TagClassName
{
border-color: #ADAD0C;
}
</style>