Shades of Citrus #ADA500
Tints of Citrus #ADA500
RGB
CMYK
RGB Variations
Color information
#ADA500 (or 0xADA500) is known color: Citrus. HEX triplet: AD, A5 and 00. RGB value is (173,165,0). Sum of RGB (Red+Green+Blue) = 173+165+0=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 165 (64.84% from 255 or 48.82% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA500 is #525AFF. Grayscale: #959595. Windows color (decimal): -5397248 or 42413. OLE color: 42413.
HSL color Cylindrical-coordinate representation of color #ADA500: hue angle of 57.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADA500 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.32 |
| HSL | 57.23º | 1% | 0.34% | - |
| HSV(B) | 57.23º | 1% | 0.68% | - |
| XYZ | 30.69 | 35.79 | 5.29 | - |
| YUV | 148.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 0 | 0 | 0.05 | 1 | 0.32 | 57.23 | 1 | 0.34 |
| Hex | AD | A5 | 0 | 0 | 5 | 64 | 20 | 39 | 64 | 22 |
| Octal | 255 | 245 | 0 | 0 | 5 | 144 | 40 | 71 | 144 | 42 |
| Binary | 10101101 | 10100101 | 0 | 0 | 101 | 1100100 | 100000 | 111001 | 1100100 | 100010 |
Color Harmonies of #ADA500
Complementary color
Monochromatic Colors of #ADA500
Black with #ADA500
Text Example
Text Example
White with #ADA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA500; }
p { color: rgb(173,165,0); }
H1.HeaderClassName
{
color: #ADA500;
}
.AnyTagClassName
{
color: #ADA500;
}
</style>
background-color css
<style>
a { background-color: #ADA500; }
a { background-color: rgb(173,165,0); }
div.DivClassName
{
background-color: #ADA500;
}
.BgClassName
{
background-color: #ADA500;
}
</style>
border-color css
<style>
span { border-color: #ADA500; }
span { border-color: rgb(173,165,0); }
td.TdClassName
{
border-color: #ADA500;
}
.TagClassName
{
border-color: #ADA500;
}
</style>