Shades of Citrus #ADAC04
Tints of Citrus #ADAC04
RGB
CMYK
RGB Variations
Color information
#ADAC04 (or 0xADAC04) is known color: Citrus. HEX triplet: AD, AC and 04. RGB value is (173,172,4). Sum of RGB (Red+Green+Blue) = 173+172+4=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 172 (67.58% from 255 or 49.28% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC04 is #5253FB. Grayscale: #999999. Windows color (decimal): -5395452 or 306349. OLE color: 306349.
HSL color Cylindrical-coordinate representation of color #ADAC04: hue angle of 59.64º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADAC04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.32 |
| HSL | 59.64º | 0.95% | 0.35% | - |
| HSV(B) | 59.64º | 0.98% | 0.68% | - |
| XYZ | 32.01 | 38.4 | 5.84 | - |
| YUV | 153.15 | 43.83 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 4 | 0 | 0.01 | 0.98 | 0.32 | 59.64 | 0.95 | 0.35 |
| Hex | AD | AC | 4 | 0 | 1 | 62 | 20 | 3C | 5F | 23 |
| Octal | 255 | 254 | 4 | 0 | 1 | 142 | 40 | 74 | 137 | 43 |
| Binary | 10101101 | 10101100 | 100 | 0 | 1 | 1100010 | 100000 | 111100 | 1011111 | 100011 |
Color Harmonies of #ADAC04
Complementary color
Monochromatic Colors of #ADAC04
Black with #ADAC04
Text Example
Text Example
White with #ADAC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC04; }
p { color: rgb(173,172,4); }
H1.HeaderClassName
{
color: #ADAC04;
}
.AnyTagClassName
{
color: #ADAC04;
}
</style>
background-color css
<style>
a { background-color: #ADAC04; }
a { background-color: rgb(173,172,4); }
div.DivClassName
{
background-color: #ADAC04;
}
.BgClassName
{
background-color: #ADAC04;
}
</style>
border-color css
<style>
span { border-color: #ADAC04; }
span { border-color: rgb(173,172,4); }
td.TdClassName
{
border-color: #ADAC04;
}
.TagClassName
{
border-color: #ADAC04;
}
</style>