Shades of Citrus #A1AC08
Tints of Citrus #A1AC08
RGB
CMYK
RGB Variations
Color information
#A1AC08 (or 0xA1AC08) is known color: Citrus. HEX triplet: A1, AC and 08. RGB value is (161,172,8). Sum of RGB (Red+Green+Blue) = 161+172+8=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AC08 is #5E53F7. Grayscale: #969696. Windows color (decimal): -6181880 or 568481. OLE color: 568481.
HSL color Cylindrical-coordinate representation of color #A1AC08: hue angle of 64.02º 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 #A1AC08 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 8 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.33 |
| HSL | 64.02º | 0.91% | 0.35% | - |
| HSV(B) | 64.02º | 0.95% | 0.67% | - |
| XYZ | 29.49 | 37.1 | 5.84 | - |
| YUV | 150.02 | 47.86 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 8 | 0.06 | 0 | 0.95 | 0.33 | 64.02 | 0.91 | 0.35 |
| Hex | A1 | AC | 8 | 6 | 0 | 5F | 21 | 40 | 5B | 23 |
| Octal | 241 | 254 | 10 | 6 | 0 | 137 | 41 | 100 | 133 | 43 |
| Binary | 10100001 | 10101100 | 1000 | 110 | 0 | 1011111 | 100001 | 1000000 | 1011011 | 100011 |
Color Harmonies of #A1AC08
Complementary color
Monochromatic Colors of #A1AC08
Black with #A1AC08
Text Example
Text Example
White with #A1AC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC08; }
p { color: rgb(161,172,8); }
H1.HeaderClassName
{
color: #A1AC08;
}
.AnyTagClassName
{
color: #A1AC08;
}
</style>
background-color css
<style>
a { background-color: #A1AC08; }
a { background-color: rgb(161,172,8); }
div.DivClassName
{
background-color: #A1AC08;
}
.BgClassName
{
background-color: #A1AC08;
}
</style>
border-color css
<style>
span { border-color: #A1AC08; }
span { border-color: rgb(161,172,8); }
td.TdClassName
{
border-color: #A1AC08;
}
.TagClassName
{
border-color: #A1AC08;
}
</style>