Shades of Citrus #A1AF0C
Tints of Citrus #A1AF0C
RGB
CMYK
RGB Variations
Color information
#A1AF0C (or 0xA1AF0C) is known color: Citrus. HEX triplet: A1, AF and 0C. RGB value is (161,175,12). Sum of RGB (Red+Green+Blue) = 161+175+12=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AF0C is #5E50F3. Grayscale: #989898. Windows color (decimal): -6181108 or 831393. OLE color: 831393.
HSL color Cylindrical-coordinate representation of color #A1AF0C: hue angle of 65.15º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1AF0C is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 12 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.31 |
| HSL | 65.15º | 0.87% | 0.37% | - |
| HSV(B) | 65.15º | 0.93% | 0.69% | - |
| XYZ | 30.09 | 38.26 | 6.15 | - |
| YUV | 152.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 12 | 0.08 | 0 | 0.93 | 0.31 | 65.15 | 0.87 | 0.37 |
| Hex | A1 | AF | C | 8 | 0 | 5D | 1F | 41 | 57 | 25 |
| Octal | 241 | 257 | 14 | 10 | 0 | 135 | 37 | 101 | 127 | 45 |
| Binary | 10100001 | 10101111 | 1100 | 1000 | 0 | 1011101 | 11111 | 1000001 | 1010111 | 100101 |
Color Harmonies of #A1AF0C
Complementary color
Monochromatic Colors of #A1AF0C
Black with #A1AF0C
Text Example
Text Example
White with #A1AF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF0C; }
p { color: rgb(161,175,12); }
H1.HeaderClassName
{
color: #A1AF0C;
}
.AnyTagClassName
{
color: #A1AF0C;
}
</style>
background-color css
<style>
a { background-color: #A1AF0C; }
a { background-color: rgb(161,175,12); }
div.DivClassName
{
background-color: #A1AF0C;
}
.BgClassName
{
background-color: #A1AF0C;
}
</style>
border-color css
<style>
span { border-color: #A1AF0C; }
span { border-color: rgb(161,175,12); }
td.TdClassName
{
border-color: #A1AF0C;
}
.TagClassName
{
border-color: #A1AF0C;
}
</style>