Shades of Citrus #ADAD0F
Tints of Citrus #ADAD0F
RGB
CMYK
RGB Variations
Color information
#ADAD0F (or 0xADAD0F) is known color: Citrus. HEX triplet: AD, AD and 0F. RGB value is (173,173,15). Sum of RGB (Red+Green+Blue) = 173+173+15=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD0F is #5252F0. Grayscale: #9B9B9B. Windows color (decimal): -5395185 or 1027501. OLE color: 1027501.
HSL color Cylindrical-coordinate representation of color #ADAD0F: hue angle of 60º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADAD0F is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 173 | 15 | - |
| CMYK | 0 | 0 | 0.91 | 0.32 |
| HSL | 60º | 0.84% | 0.37% | - |
| HSV(B) | 60º | 0.91% | 0.68% | - |
| XYZ | 32.26 | 38.81 | 6.24 | - |
| YUV | 154.99 | 49 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 15 | 0 | 0 | 0.91 | 0.32 | 60 | 0.84 | 0.37 |
| Hex | AD | AD | F | 0 | 0 | 5B | 20 | 3C | 54 | 25 |
| Octal | 255 | 255 | 17 | 0 | 0 | 133 | 40 | 74 | 124 | 45 |
| Binary | 10101101 | 10101101 | 1111 | 0 | 0 | 1011011 | 100000 | 111100 | 1010100 | 100101 |
Color Harmonies of #ADAD0F
Complementary color
Monochromatic Colors of #ADAD0F
Black with #ADAD0F
Text Example
Text Example
White with #ADAD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAD0F; }
p { color: rgb(173,173,15); }
H1.HeaderClassName
{
color: #ADAD0F;
}
.AnyTagClassName
{
color: #ADAD0F;
}
</style>
background-color css
<style>
a { background-color: #ADAD0F; }
a { background-color: rgb(173,173,15); }
div.DivClassName
{
background-color: #ADAD0F;
}
.BgClassName
{
background-color: #ADAD0F;
}
</style>
border-color css
<style>
span { border-color: #ADAD0F; }
span { border-color: rgb(173,173,15); }
td.TdClassName
{
border-color: #ADAD0F;
}
.TagClassName
{
border-color: #ADAD0F;
}
</style>