Shades of Citrus #A1AF06
Tints of Citrus #A1AF06
RGB
CMYK
RGB Variations
Color information
#A1AF06 (or 0xA1AF06) is known color: Citrus. HEX triplet: A1, AF and 06. RGB value is (161,175,6). Sum of RGB (Red+Green+Blue) = 161+175+6=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AF06 is #5E50F9. Grayscale: #989898. Windows color (decimal): -6181114 or 438177. OLE color: 438177.
HSL color Cylindrical-coordinate representation of color #A1AF06: hue angle of 64.97º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1AF06 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 6 | - |
| CMYK | 0.08 | 0 | 0.97 | 0.31 |
| HSL | 64.97º | 0.93% | 0.35% | - |
| HSV(B) | 64.97º | 0.97% | 0.69% | - |
| XYZ | 30.06 | 38.25 | 5.97 | - |
| YUV | 151.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 6 | 0.08 | 0 | 0.97 | 0.31 | 64.97 | 0.93 | 0.35 |
| Hex | A1 | AF | 6 | 8 | 0 | 61 | 1F | 41 | 5D | 23 |
| Octal | 241 | 257 | 6 | 10 | 0 | 141 | 37 | 101 | 135 | 43 |
| Binary | 10100001 | 10101111 | 110 | 1000 | 0 | 1100001 | 11111 | 1000001 | 1011101 | 100011 |
Color Harmonies of #A1AF06
Complementary color
Monochromatic Colors of #A1AF06
Black with #A1AF06
Text Example
Text Example
White with #A1AF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF06; }
p { color: rgb(161,175,6); }
H1.HeaderClassName
{
color: #A1AF06;
}
.AnyTagClassName
{
color: #A1AF06;
}
</style>
background-color css
<style>
a { background-color: #A1AF06; }
a { background-color: rgb(161,175,6); }
div.DivClassName
{
background-color: #A1AF06;
}
.BgClassName
{
background-color: #A1AF06;
}
</style>
border-color css
<style>
span { border-color: #A1AF06; }
span { border-color: rgb(161,175,6); }
td.TdClassName
{
border-color: #A1AF06;
}
.TagClassName
{
border-color: #A1AF06;
}
</style>