Shades of Citrus #A7AD12
Tints of Citrus #A7AD12
RGB
CMYK
RGB Variations
Color information
#A7AD12 (or 0xA7AD12) is known color: Citrus. HEX triplet: A7, AD and 12. RGB value is (167,173,18). Sum of RGB (Red+Green+Blue) = 167+173+18=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AD12 is #5852ED. Grayscale: #9A9A9A. Windows color (decimal): -5788398 or 1224103. OLE color: 1224103.
HSL color Cylindrical-coordinate representation of color #A7AD12: hue angle of 62.32º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7AD12 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 18 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.32 |
| HSL | 62.32º | 0.81% | 0.37% | - |
| HSV(B) | 62.32º | 0.9% | 0.68% | - |
| XYZ | 30.99 | 38.15 | 6.3 | - |
| YUV | 153.54 | 51.51 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 18 | 0.03 | 0 | 0.90 | 0.32 | 62.32 | 0.81 | 0.37 |
| Hex | A7 | AD | 12 | 3 | 0 | 5A | 20 | 3E | 51 | 25 |
| Octal | 247 | 255 | 22 | 3 | 0 | 132 | 40 | 76 | 121 | 45 |
| Binary | 10100111 | 10101101 | 10010 | 11 | 0 | 1011010 | 100000 | 111110 | 1010001 | 100101 |
Color Harmonies of #A7AD12
Complementary color
Monochromatic Colors of #A7AD12
Black with #A7AD12
Text Example
Text Example
White with #A7AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD12; }
p { color: rgb(167,173,18); }
H1.HeaderClassName
{
color: #A7AD12;
}
.AnyTagClassName
{
color: #A7AD12;
}
</style>
background-color css
<style>
a { background-color: #A7AD12; }
a { background-color: rgb(167,173,18); }
div.DivClassName
{
background-color: #A7AD12;
}
.BgClassName
{
background-color: #A7AD12;
}
</style>
border-color css
<style>
span { border-color: #A7AD12; }
span { border-color: rgb(167,173,18); }
td.TdClassName
{
border-color: #A7AD12;
}
.TagClassName
{
border-color: #A7AD12;
}
</style>