Shades of Citrus #A1A706
Tints of Citrus #A1A706
RGB
CMYK
RGB Variations
Color information
#A1A706 (or 0xA1A706) is known color: Citrus. HEX triplet: A1, A7 and 06. RGB value is (161,167,6). Sum of RGB (Red+Green+Blue) = 161+167+6=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 167 (65.62% from 255 or 50% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A706 is #5E58F9. Grayscale: #939393. Windows color (decimal): -6183162 or 436129. OLE color: 436129.
HSL color Cylindrical-coordinate representation of color #A1A706: hue angle of 62.24º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1A706 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 6 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.35 |
| HSL | 62.24º | 0.93% | 0.34% | - |
| HSV(B) | 62.24º | 0.96% | 0.65% | - |
| XYZ | 28.55 | 35.23 | 5.47 | - |
| YUV | 146.85 | 48.51 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 6 | 0.04 | 0 | 0.96 | 0.35 | 62.24 | 0.93 | 0.34 |
| Hex | A1 | A7 | 6 | 4 | 0 | 60 | 23 | 3E | 5D | 22 |
| Octal | 241 | 247 | 6 | 4 | 0 | 140 | 43 | 76 | 135 | 42 |
| Binary | 10100001 | 10100111 | 110 | 100 | 0 | 1100000 | 100011 | 111110 | 1011101 | 100010 |
Color Harmonies of #A1A706
Complementary color
Monochromatic Colors of #A1A706
Black with #A1A706
Text Example
Text Example
White with #A1A706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A706; }
p { color: rgb(161,167,6); }
H1.HeaderClassName
{
color: #A1A706;
}
.AnyTagClassName
{
color: #A1A706;
}
</style>
background-color css
<style>
a { background-color: #A1A706; }
a { background-color: rgb(161,167,6); }
div.DivClassName
{
background-color: #A1A706;
}
.BgClassName
{
background-color: #A1A706;
}
</style>
border-color css
<style>
span { border-color: #A1A706; }
span { border-color: rgb(161,167,6); }
td.TdClassName
{
border-color: #A1A706;
}
.TagClassName
{
border-color: #A1A706;
}
</style>