Shades of Citrus #ADA808
Tints of Citrus #ADA808
RGB
CMYK
RGB Variations
Color information
#ADA808 (or 0xADA808) is known color: Citrus. HEX triplet: AD, A8 and 08. RGB value is (173,168,8). Sum of RGB (Red+Green+Blue) = 173+168+8=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA808 is #5257F7. Grayscale: #979797. Windows color (decimal): -5396472 or 567469. OLE color: 567469.
HSL color Cylindrical-coordinate representation of color #ADA808: hue angle of 58.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADA808 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 8 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.32 |
| HSL | 58.18º | 0.91% | 0.35% | - |
| HSV(B) | 58.18º | 0.95% | 0.68% | - |
| XYZ | 31.28 | 36.91 | 5.7 | - |
| YUV | 151.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 8 | 0 | 0.03 | 0.95 | 0.32 | 58.18 | 0.91 | 0.35 |
| Hex | AD | A8 | 8 | 0 | 3 | 5F | 20 | 3A | 5B | 23 |
| Octal | 255 | 250 | 10 | 0 | 3 | 137 | 40 | 72 | 133 | 43 |
| Binary | 10101101 | 10101000 | 1000 | 0 | 11 | 1011111 | 100000 | 111010 | 1011011 | 100011 |
Color Harmonies of #ADA808
Complementary color
Monochromatic Colors of #ADA808
Black with #ADA808
Text Example
Text Example
White with #ADA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA808; }
p { color: rgb(173,168,8); }
H1.HeaderClassName
{
color: #ADA808;
}
.AnyTagClassName
{
color: #ADA808;
}
</style>
background-color css
<style>
a { background-color: #ADA808; }
a { background-color: rgb(173,168,8); }
div.DivClassName
{
background-color: #ADA808;
}
.BgClassName
{
background-color: #ADA808;
}
</style>
border-color css
<style>
span { border-color: #ADA808; }
span { border-color: rgb(173,168,8); }
td.TdClassName
{
border-color: #ADA808;
}
.TagClassName
{
border-color: #ADA808;
}
</style>