Shades of Citrus #A1A807
Tints of Citrus #A1A807
RGB
CMYK
RGB Variations
Color information
#A1A807 (or 0xA1A807) is known color: Citrus. HEX triplet: A1, A8 and 07. RGB value is (161,168,7). Sum of RGB (Red+Green+Blue) = 161+168+7=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 168 (66.02% from 255 or 50% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A807 is #5E57F8. Grayscale: #949494. Windows color (decimal): -6182905 or 501921. OLE color: 501921.
HSL color Cylindrical-coordinate representation of color #A1A807: hue angle of 62.61º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1A807 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 7 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.34 |
| HSL | 62.61º | 0.92% | 0.34% | - |
| HSV(B) | 62.61º | 0.96% | 0.66% | - |
| XYZ | 28.74 | 35.6 | 5.56 | - |
| YUV | 147.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 7 | 0.04 | 0 | 0.96 | 0.34 | 62.61 | 0.92 | 0.34 |
| Hex | A1 | A8 | 7 | 4 | 0 | 60 | 22 | 3F | 5C | 22 |
| Octal | 241 | 250 | 7 | 4 | 0 | 140 | 42 | 77 | 134 | 42 |
| Binary | 10100001 | 10101000 | 111 | 100 | 0 | 1100000 | 100010 | 111111 | 1011100 | 100010 |
Color Harmonies of #A1A807
Complementary color
Monochromatic Colors of #A1A807
Black with #A1A807
Text Example
Text Example
White with #A1A807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A807; }
p { color: rgb(161,168,7); }
H1.HeaderClassName
{
color: #A1A807;
}
.AnyTagClassName
{
color: #A1A807;
}
</style>
background-color css
<style>
a { background-color: #A1A807; }
a { background-color: rgb(161,168,7); }
div.DivClassName
{
background-color: #A1A807;
}
.BgClassName
{
background-color: #A1A807;
}
</style>
border-color css
<style>
span { border-color: #A1A807; }
span { border-color: rgb(161,168,7); }
td.TdClassName
{
border-color: #A1A807;
}
.TagClassName
{
border-color: #A1A807;
}
</style>