Shades of Citrus #ADAC05
Tints of Citrus #ADAC05
RGB
CMYK
RGB Variations
Color information
#ADAC05 (or 0xADAC05) is known color: Citrus. HEX triplet: AD, AC and 05. RGB value is (173,172,5). Sum of RGB (Red+Green+Blue) = 173+172+5=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC05 is #5253FA. Grayscale: #999999. Windows color (decimal): -5395451 or 371885. OLE color: 371885.
HSL color Cylindrical-coordinate representation of color #ADAC05: hue angle of 59.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADAC05 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.32 |
| HSL | 59.64º | 0.94% | 0.35% | - |
| HSV(B) | 59.64º | 0.97% | 0.68% | - |
| XYZ | 32.01 | 38.4 | 5.87 | - |
| YUV | 153.26 | 44.33 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 5 | 0 | 0.01 | 0.97 | 0.32 | 59.64 | 0.94 | 0.35 |
| Hex | AD | AC | 5 | 0 | 1 | 61 | 20 | 3C | 5E | 23 |
| Octal | 255 | 254 | 5 | 0 | 1 | 141 | 40 | 74 | 136 | 43 |
| Binary | 10101101 | 10101100 | 101 | 0 | 1 | 1100001 | 100000 | 111100 | 1011110 | 100011 |
Color Harmonies of #ADAC05
Complementary color
Monochromatic Colors of #ADAC05
Black with #ADAC05
Text Example
Text Example
White with #ADAC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC05; }
p { color: rgb(173,172,5); }
H1.HeaderClassName
{
color: #ADAC05;
}
.AnyTagClassName
{
color: #ADAC05;
}
</style>
background-color css
<style>
a { background-color: #ADAC05; }
a { background-color: rgb(173,172,5); }
div.DivClassName
{
background-color: #ADAC05;
}
.BgClassName
{
background-color: #ADAC05;
}
</style>
border-color css
<style>
span { border-color: #ADAC05; }
span { border-color: rgb(173,172,5); }
td.TdClassName
{
border-color: #ADAC05;
}
.TagClassName
{
border-color: #ADAC05;
}
</style>