Shades of Citrus #A1AF07
Tints of Citrus #A1AF07
RGB
CMYK
RGB Variations
Color information
#A1AF07 (or 0xA1AF07) is known color: Citrus. HEX triplet: A1, AF and 07. RGB value is (161,175,7). Sum of RGB (Red+Green+Blue) = 161+175+7=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 7 (3.12% from 255 or 2.04% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AF07 is #5E50F8. Grayscale: #989898. Windows color (decimal): -6181113 or 503713. OLE color: 503713.
HSL color Cylindrical-coordinate representation of color #A1AF07: hue angle of 65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1AF07 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 7 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.31 |
| HSL | 65º | 0.92% | 0.36% | - |
| HSV(B) | 65º | 0.96% | 0.69% | - |
| XYZ | 30.07 | 38.25 | 6 | - |
| YUV | 151.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 7 | 0.08 | 0 | 0.96 | 0.31 | 65 | 0.92 | 0.36 |
| Hex | A1 | AF | 7 | 8 | 0 | 60 | 1F | 41 | 5C | 24 |
| Octal | 241 | 257 | 7 | 10 | 0 | 140 | 37 | 101 | 134 | 44 |
| Binary | 10100001 | 10101111 | 111 | 1000 | 0 | 1100000 | 11111 | 1000001 | 1011100 | 100100 |
Color Harmonies of #A1AF07
Complementary color
Monochromatic Colors of #A1AF07
Black with #A1AF07
Text Example
Text Example
White with #A1AF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF07; }
p { color: rgb(161,175,7); }
H1.HeaderClassName
{
color: #A1AF07;
}
.AnyTagClassName
{
color: #A1AF07;
}
</style>
background-color css
<style>
a { background-color: #A1AF07; }
a { background-color: rgb(161,175,7); }
div.DivClassName
{
background-color: #A1AF07;
}
.BgClassName
{
background-color: #A1AF07;
}
</style>
border-color css
<style>
span { border-color: #A1AF07; }
span { border-color: rgb(161,175,7); }
td.TdClassName
{
border-color: #A1AF07;
}
.TagClassName
{
border-color: #A1AF07;
}
</style>