Shades of Conifer #AAC957
Tints of Conifer #AAC957
RGB
CMYK
RGB Variations
Color information
#AAC957 (or 0xAAC957) is known color: Conifer. HEX triplet: AA, C9 and 57. RGB value is (170,201,87). Sum of RGB (Red+Green+Blue) = 170+201+87=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC957 is #5536A8. Grayscale: #B3B3B3. Windows color (decimal): -5584553 or 5753258. OLE color: 5753258.
HSL color Cylindrical-coordinate representation of color #AAC957: hue angle of 76.32º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAC957 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 87 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.21 |
| HSL | 76.32º | 0.51% | 0.56% | - |
| HSV(B) | 76.32º | 0.57% | 0.79% | - |
| XYZ | 39.18 | 51.01 | 16.8 | - |
| YUV | 178.74 | 76.23 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 87 | 0.15 | 0 | 0.57 | 0.21 | 76.32 | 0.51 | 0.56 |
| Hex | AA | C9 | 57 | F | 0 | 39 | 15 | 4C | 33 | 38 |
| Octal | 252 | 311 | 127 | 17 | 0 | 71 | 25 | 114 | 63 | 70 |
| Binary | 10101010 | 11001001 | 1010111 | 1111 | 0 | 111001 | 10101 | 1001100 | 110011 | 111000 |
Color Harmonies of #AAC957
Complementary color
Monochromatic Colors of #AAC957
Black with #AAC957
Text Example
Text Example
White with #AAC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC957; }
p { color: rgb(170,201,87); }
H1.HeaderClassName
{
color: #AAC957;
}
.AnyTagClassName
{
color: #AAC957;
}
</style>
background-color css
<style>
a { background-color: #AAC957; }
a { background-color: rgb(170,201,87); }
div.DivClassName
{
background-color: #AAC957;
}
.BgClassName
{
background-color: #AAC957;
}
</style>
border-color css
<style>
span { border-color: #AAC957; }
span { border-color: rgb(170,201,87); }
td.TdClassName
{
border-color: #AAC957;
}
.TagClassName
{
border-color: #AAC957;
}
</style>