Shades of Citrus #A1AF09
Tints of Citrus #A1AF09
RGB
CMYK
RGB Variations
Color information
#A1AF09 (or 0xA1AF09) is known color: Citrus. HEX triplet: A1, AF and 09. RGB value is (161,175,9). Sum of RGB (Red+Green+Blue) = 161+175+9=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AF09 is #5E50F6. Grayscale: #989898. Windows color (decimal): -6181111 or 634785. OLE color: 634785.
HSL color Cylindrical-coordinate representation of color #A1AF09: hue angle of 65.06º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1AF09 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 9 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.31 |
| HSL | 65.06º | 0.9% | 0.36% | - |
| HSV(B) | 65.06º | 0.95% | 0.69% | - |
| XYZ | 30.08 | 38.26 | 6.06 | - |
| YUV | 151.89 | 47.36 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 9 | 0.08 | 0 | 0.95 | 0.31 | 65.06 | 0.9 | 0.36 |
| Hex | A1 | AF | 9 | 8 | 0 | 5F | 1F | 41 | 5A | 24 |
| Octal | 241 | 257 | 11 | 10 | 0 | 137 | 37 | 101 | 132 | 44 |
| Binary | 10100001 | 10101111 | 1001 | 1000 | 0 | 1011111 | 11111 | 1000001 | 1011010 | 100100 |
Color Harmonies of #A1AF09
Complementary color
Monochromatic Colors of #A1AF09
Black with #A1AF09
Text Example
Text Example
White with #A1AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AF09; }
p { color: rgb(161,175,9); }
H1.HeaderClassName
{
color: #A1AF09;
}
.AnyTagClassName
{
color: #A1AF09;
}
</style>
background-color css
<style>
a { background-color: #A1AF09; }
a { background-color: rgb(161,175,9); }
div.DivClassName
{
background-color: #A1AF09;
}
.BgClassName
{
background-color: #A1AF09;
}
</style>
border-color css
<style>
span { border-color: #A1AF09; }
span { border-color: rgb(161,175,9); }
td.TdClassName
{
border-color: #A1AF09;
}
.TagClassName
{
border-color: #A1AF09;
}
</style>