Shades of Citrus #ADAC10
Tints of Citrus #ADAC10
RGB
CMYK
RGB Variations
Color information
#ADAC10 (or 0xADAC10) is known color: Citrus. HEX triplet: AD, AC and 10. RGB value is (173,172,16). Sum of RGB (Red+Green+Blue) = 173+172+16=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC10 is #5253EF. Grayscale: #9B9B9B. Windows color (decimal): -5395440 or 1092781. OLE color: 1092781.
HSL color Cylindrical-coordinate representation of color #ADAC10: hue angle of 59.62º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADAC10 is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 172 | 16 | - |
| CMYK | 0 | 0.01 | 0.91 | 0.32 |
| HSL | 59.62º | 0.83% | 0.37% | - |
| HSV(B) | 59.62º | 0.91% | 0.68% | - |
| XYZ | 32.08 | 38.43 | 6.22 | - |
| YUV | 154.52 | 49.83 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 16 | 0 | 0.01 | 0.91 | 0.32 | 59.62 | 0.83 | 0.37 |
| Hex | AD | AC | 10 | 0 | 1 | 5B | 20 | 3C | 53 | 25 |
| Octal | 255 | 254 | 20 | 0 | 1 | 133 | 40 | 74 | 123 | 45 |
| Binary | 10101101 | 10101100 | 10000 | 0 | 1 | 1011011 | 100000 | 111100 | 1010011 | 100101 |
Color Harmonies of #ADAC10
Complementary color
Monochromatic Colors of #ADAC10
Black with #ADAC10
Text Example
Text Example
White with #ADAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAC10; }
p { color: rgb(173,172,16); }
H1.HeaderClassName
{
color: #ADAC10;
}
.AnyTagClassName
{
color: #ADAC10;
}
</style>
background-color css
<style>
a { background-color: #ADAC10; }
a { background-color: rgb(173,172,16); }
div.DivClassName
{
background-color: #ADAC10;
}
.BgClassName
{
background-color: #ADAC10;
}
</style>
border-color css
<style>
span { border-color: #ADAC10; }
span { border-color: rgb(173,172,16); }
td.TdClassName
{
border-color: #ADAC10;
}
.TagClassName
{
border-color: #ADAC10;
}
</style>