Shades of Citrus #A5A70D
Tints of Citrus #A5A70D
RGB
CMYK
RGB Variations
Color information
#A5A70D (or 0xA5A70D) is known color: Citrus. HEX triplet: A5, A7 and 0D. RGB value is (165,167,13). Sum of RGB (Red+Green+Blue) = 165+167+13=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 167 (65.62% from 255 or 48.41% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 167 - color contains mainly: green. Hex color #A5A70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A5A70D is #5A58F2. Grayscale: #959595. Windows color (decimal): -5921011 or 894885. OLE color: 894885.
HSL color Cylindrical-coordinate representation of color #A5A70D: hue angle of 60.78º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A5A70D is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 167 | 13 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.35 |
| HSL | 60.78º | 0.86% | 0.35% | - |
| HSV(B) | 60.78º | 0.92% | 0.65% | - |
| XYZ | 29.41 | 35.67 | 5.71 | - |
| YUV | 148.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 167 | 13 | 0.01 | 0 | 0.92 | 0.35 | 60.78 | 0.86 | 0.35 |
| Hex | A5 | A7 | D | 1 | 0 | 5C | 23 | 3D | 56 | 23 |
| Octal | 245 | 247 | 15 | 1 | 0 | 134 | 43 | 75 | 126 | 43 |
| Binary | 10100101 | 10100111 | 1101 | 1 | 0 | 1011100 | 100011 | 111101 | 1010110 | 100011 |
Color Harmonies of #A5A70D
Complementary color
Monochromatic Colors of #A5A70D
Black with #A5A70D
Text Example
Text Example
White with #A5A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A70D; }
p { color: rgb(165,167,13); }
H1.HeaderClassName
{
color: #A5A70D;
}
.AnyTagClassName
{
color: #A5A70D;
}
</style>
background-color css
<style>
a { background-color: #A5A70D; }
a { background-color: rgb(165,167,13); }
div.DivClassName
{
background-color: #A5A70D;
}
.BgClassName
{
background-color: #A5A70D;
}
</style>
border-color css
<style>
span { border-color: #A5A70D; }
span { border-color: rgb(165,167,13); }
td.TdClassName
{
border-color: #A5A70D;
}
.TagClassName
{
border-color: #A5A70D;
}
</style>