Shades of Citrus #A5AD17
Tints of Citrus #A5AD17
RGB
CMYK
RGB Variations
Color information
#A5AD17 (or 0xA5AD17) is known color: Citrus. HEX triplet: A5, AD and 17. RGB value is (165,173,23). Sum of RGB (Red+Green+Blue) = 165+173+23=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AD17 is #5A52E8. Grayscale: #9A9A9A. Windows color (decimal): -5919465 or 1551781. OLE color: 1551781.
HSL color Cylindrical-coordinate representation of color #A5AD17: hue angle of 63.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5AD17 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 23 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.32 |
| HSL | 63.2º | 0.77% | 0.38% | - |
| HSV(B) | 63.2º | 0.87% | 0.68% | - |
| XYZ | 30.62 | 37.95 | 6.52 | - |
| YUV | 153.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 23 | 0.05 | 0 | 0.87 | 0.32 | 63.2 | 0.77 | 0.38 |
| Hex | A5 | AD | 17 | 5 | 0 | 57 | 20 | 3F | 4D | 26 |
| Octal | 245 | 255 | 27 | 5 | 0 | 127 | 40 | 77 | 115 | 46 |
| Binary | 10100101 | 10101101 | 10111 | 101 | 0 | 1010111 | 100000 | 111111 | 1001101 | 100110 |
Color Harmonies of #A5AD17
Complementary color
Monochromatic Colors of #A5AD17
Black with #A5AD17
Text Example
Text Example
White with #A5AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD17; }
p { color: rgb(165,173,23); }
H1.HeaderClassName
{
color: #A5AD17;
}
.AnyTagClassName
{
color: #A5AD17;
}
</style>
background-color css
<style>
a { background-color: #A5AD17; }
a { background-color: rgb(165,173,23); }
div.DivClassName
{
background-color: #A5AD17;
}
.BgClassName
{
background-color: #A5AD17;
}
</style>
border-color css
<style>
span { border-color: #A5AD17; }
span { border-color: rgb(165,173,23); }
td.TdClassName
{
border-color: #A5AD17;
}
.TagClassName
{
border-color: #A5AD17;
}
</style>