Shades of Citrus #A1AA08
Tints of Citrus #A1AA08
RGB
CMYK
RGB Variations
Color information
#A1AA08 (or 0xA1AA08) is known color: Citrus. HEX triplet: A1, AA and 08. RGB value is (161,170,8). Sum of RGB (Red+Green+Blue) = 161+170+8=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AA08 is #5E55F7. Grayscale: #959595. Windows color (decimal): -6182392 or 567969. OLE color: 567969.
HSL color Cylindrical-coordinate representation of color #A1AA08: hue angle of 63.33º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A1AA08 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 8 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.33 |
| HSL | 63.33º | 0.91% | 0.35% | - |
| HSV(B) | 63.33º | 0.95% | 0.67% | - |
| XYZ | 29.12 | 36.34 | 5.71 | - |
| YUV | 148.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 8 | 0.05 | 0 | 0.95 | 0.33 | 63.33 | 0.91 | 0.35 |
| Hex | A1 | AA | 8 | 5 | 0 | 5F | 21 | 3F | 5B | 23 |
| Octal | 241 | 252 | 10 | 5 | 0 | 137 | 41 | 77 | 133 | 43 |
| Binary | 10100001 | 10101010 | 1000 | 101 | 0 | 1011111 | 100001 | 111111 | 1011011 | 100011 |
Color Harmonies of #A1AA08
Complementary color
Monochromatic Colors of #A1AA08
Black with #A1AA08
Text Example
Text Example
White with #A1AA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA08; }
p { color: rgb(161,170,8); }
H1.HeaderClassName
{
color: #A1AA08;
}
.AnyTagClassName
{
color: #A1AA08;
}
</style>
background-color css
<style>
a { background-color: #A1AA08; }
a { background-color: rgb(161,170,8); }
div.DivClassName
{
background-color: #A1AA08;
}
.BgClassName
{
background-color: #A1AA08;
}
</style>
border-color css
<style>
span { border-color: #A1AA08; }
span { border-color: rgb(161,170,8); }
td.TdClassName
{
border-color: #A1AA08;
}
.TagClassName
{
border-color: #A1AA08;
}
</style>