Shades of Citrus #A5AD0D
Tints of Citrus #A5AD0D
RGB
CMYK
RGB Variations
Color information
#A5AD0D (or 0xA5AD0D) is known color: Citrus. HEX triplet: A5, AD and 0D. RGB value is (165,173,13). Sum of RGB (Red+Green+Blue) = 165+173+13=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5AD0D is #5A52F2. Grayscale: #999999. Windows color (decimal): -5919475 or 896421. OLE color: 896421.
HSL color Cylindrical-coordinate representation of color #A5AD0D: hue angle of 63º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5AD0D is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 173 | 13 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.32 |
| HSL | 63º | 0.86% | 0.36% | - |
| HSV(B) | 63º | 0.92% | 0.68% | - |
| XYZ | 30.53 | 37.92 | 6.09 | - |
| YUV | 152.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 173 | 13 | 0.05 | 0 | 0.92 | 0.32 | 63 | 0.86 | 0.36 |
| Hex | A5 | AD | D | 5 | 0 | 5C | 20 | 3F | 56 | 24 |
| Octal | 245 | 255 | 15 | 5 | 0 | 134 | 40 | 77 | 126 | 44 |
| Binary | 10100101 | 10101101 | 1101 | 101 | 0 | 1011100 | 100000 | 111111 | 1010110 | 100100 |
Color Harmonies of #A5AD0D
Complementary color
Monochromatic Colors of #A5AD0D
Black with #A5AD0D
Text Example
Text Example
White with #A5AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AD0D; }
p { color: rgb(165,173,13); }
H1.HeaderClassName
{
color: #A5AD0D;
}
.AnyTagClassName
{
color: #A5AD0D;
}
</style>
background-color css
<style>
a { background-color: #A5AD0D; }
a { background-color: rgb(165,173,13); }
div.DivClassName
{
background-color: #A5AD0D;
}
.BgClassName
{
background-color: #A5AD0D;
}
</style>
border-color css
<style>
span { border-color: #A5AD0D; }
span { border-color: rgb(165,173,13); }
td.TdClassName
{
border-color: #A5AD0D;
}
.TagClassName
{
border-color: #A5AD0D;
}
</style>