Shades of Conifer #AAC959
Tints of Conifer #AAC959
RGB
CMYK
RGB Variations
Color information
#AAC959 (or 0xAAC959) is known color: Conifer. HEX triplet: AA, C9 and 59. RGB value is (170,201,89). Sum of RGB (Red+Green+Blue) = 170+201+89=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC959 is #5536A6. Grayscale: #B3B3B3. Windows color (decimal): -5584551 or 5884330. OLE color: 5884330.
HSL color Cylindrical-coordinate representation of color #AAC959: hue angle of 76.61º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAC959 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 89 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.21 |
| HSL | 76.61º | 0.51% | 0.57% | - |
| HSV(B) | 76.61º | 0.56% | 0.79% | - |
| XYZ | 39.27 | 51.04 | 17.23 | - |
| YUV | 178.96 | 77.23 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 89 | 0.15 | 0 | 0.56 | 0.21 | 76.61 | 0.51 | 0.57 |
| Hex | AA | C9 | 59 | F | 0 | 38 | 15 | 4D | 33 | 39 |
| Octal | 252 | 311 | 131 | 17 | 0 | 70 | 25 | 115 | 63 | 71 |
| Binary | 10101010 | 11001001 | 1011001 | 1111 | 0 | 111000 | 10101 | 1001101 | 110011 | 111001 |
Color Harmonies of #AAC959
Complementary color
Monochromatic Colors of #AAC959
Black with #AAC959
Text Example
Text Example
White with #AAC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC959; }
p { color: rgb(170,201,89); }
H1.HeaderClassName
{
color: #AAC959;
}
.AnyTagClassName
{
color: #AAC959;
}
</style>
background-color css
<style>
a { background-color: #AAC959; }
a { background-color: rgb(170,201,89); }
div.DivClassName
{
background-color: #AAC959;
}
.BgClassName
{
background-color: #AAC959;
}
</style>
border-color css
<style>
span { border-color: #AAC959; }
span { border-color: rgb(170,201,89); }
td.TdClassName
{
border-color: #AAC959;
}
.TagClassName
{
border-color: #AAC959;
}
</style>