Shades of Citrus #ADA908
Tints of Citrus #ADA908
RGB
CMYK
RGB Variations
Color information
#ADA908 (or 0xADA908) is known color: Citrus. HEX triplet: AD, A9 and 08. RGB value is (173,169,8). Sum of RGB (Red+Green+Blue) = 173+169+8=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA908 is #5256F7. Grayscale: #989898. Windows color (decimal): -5396216 or 567725. OLE color: 567725.
HSL color Cylindrical-coordinate representation of color #ADA908: hue angle of 58.55º 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 #ADA908 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 8 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.32 |
| HSL | 58.55º | 0.91% | 0.35% | - |
| HSV(B) | 58.55º | 0.95% | 0.68% | - |
| XYZ | 31.47 | 37.28 | 5.77 | - |
| YUV | 151.84 | 46.83 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 8 | 0 | 0.02 | 0.95 | 0.32 | 58.55 | 0.91 | 0.35 |
| Hex | AD | A9 | 8 | 0 | 2 | 5F | 20 | 3B | 5B | 23 |
| Octal | 255 | 251 | 10 | 0 | 2 | 137 | 40 | 73 | 133 | 43 |
| Binary | 10101101 | 10101001 | 1000 | 0 | 10 | 1011111 | 100000 | 111011 | 1011011 | 100011 |
Color Harmonies of #ADA908
Complementary color
Monochromatic Colors of #ADA908
Black with #ADA908
Text Example
Text Example
White with #ADA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA908; }
p { color: rgb(173,169,8); }
H1.HeaderClassName
{
color: #ADA908;
}
.AnyTagClassName
{
color: #ADA908;
}
</style>
background-color css
<style>
a { background-color: #ADA908; }
a { background-color: rgb(173,169,8); }
div.DivClassName
{
background-color: #ADA908;
}
.BgClassName
{
background-color: #ADA908;
}
</style>
border-color css
<style>
span { border-color: #ADA908; }
span { border-color: rgb(173,169,8); }
td.TdClassName
{
border-color: #ADA908;
}
.TagClassName
{
border-color: #ADA908;
}
</style>