Shades of Citrus #A7AA0C
Tints of Citrus #A7AA0C
RGB
CMYK
RGB Variations
Color information
#A7AA0C (or 0xA7AA0C) is known color: Citrus. HEX triplet: A7, AA and 0C. RGB value is (167,170,12). Sum of RGB (Red+Green+Blue) = 167+170+12=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 12 (5.08% from 255 or 3.44% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AA0C is #5855F3. Grayscale: #979797. Windows color (decimal): -5789172 or 830119. OLE color: 830119.
HSL color Cylindrical-coordinate representation of color #A7AA0C: hue angle of 61.14º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7AA0C is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 170 | 12 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.33 |
| HSL | 61.14º | 0.87% | 0.36% | - |
| HSV(B) | 61.14º | 0.93% | 0.67% | - |
| XYZ | 30.38 | 36.99 | 5.89 | - |
| YUV | 151.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 170 | 12 | 0.02 | 0 | 0.93 | 0.33 | 61.14 | 0.87 | 0.36 |
| Hex | A7 | AA | C | 2 | 0 | 5D | 21 | 3D | 57 | 24 |
| Octal | 247 | 252 | 14 | 2 | 0 | 135 | 41 | 75 | 127 | 44 |
| Binary | 10100111 | 10101010 | 1100 | 10 | 0 | 1011101 | 100001 | 111101 | 1010111 | 100100 |
Color Harmonies of #A7AA0C
Complementary color
Monochromatic Colors of #A7AA0C
Black with #A7AA0C
Text Example
Text Example
White with #A7AA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AA0C; }
p { color: rgb(167,170,12); }
H1.HeaderClassName
{
color: #A7AA0C;
}
.AnyTagClassName
{
color: #A7AA0C;
}
</style>
background-color css
<style>
a { background-color: #A7AA0C; }
a { background-color: rgb(167,170,12); }
div.DivClassName
{
background-color: #A7AA0C;
}
.BgClassName
{
background-color: #A7AA0C;
}
</style>
border-color css
<style>
span { border-color: #A7AA0C; }
span { border-color: rgb(167,170,12); }
td.TdClassName
{
border-color: #A7AA0C;
}
.TagClassName
{
border-color: #A7AA0C;
}
</style>