Shades of Gum Leaf #AAC7B3
Tints of Gum Leaf #AAC7B3
RGB
CMYK
RGB Variations
Color information
#AAC7B3 (or 0xAAC7B3) is known color: Gum Leaf. HEX triplet: AA, C7 and B3. RGB value is (170,199,179). Sum of RGB (Red+Green+Blue) = 170+199+179=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7B3 is #55384C. Grayscale: #BCBCBC. Windows color (decimal): -5584973 or 11782058. OLE color: 11782058.
HSL color Cylindrical-coordinate representation of color #AAC7B3: hue angle of 138.62º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC7B3 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 179 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.22 |
| HSL | 138.62º | 0.21% | 0.72% | - |
| HSV(B) | 138.62º | 0.15% | 0.78% | - |
| XYZ | 45.14 | 52.65 | 50.43 | - |
| YUV | 188.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 179 | 0.15 | 0 | 0.10 | 0.22 | 138.62 | 0.21 | 0.72 |
| Hex | AA | C7 | B3 | F | 0 | A | 16 | 8B | 15 | 48 |
| Octal | 252 | 307 | 263 | 17 | 0 | 12 | 26 | 213 | 25 | 110 |
| Binary | 10101010 | 11000111 | 10110011 | 1111 | 0 | 1010 | 10110 | 10001011 | 10101 | 1001000 |
Color Harmonies of #AAC7B3
Complementary color
Monochromatic Colors of #AAC7B3
Black with #AAC7B3
Text Example
Text Example
White with #AAC7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC7B3; }
p { color: rgb(170,199,179); }
H1.HeaderClassName
{
color: #AAC7B3;
}
.AnyTagClassName
{
color: #AAC7B3;
}
</style>
background-color css
<style>
a { background-color: #AAC7B3; }
a { background-color: rgb(170,199,179); }
div.DivClassName
{
background-color: #AAC7B3;
}
.BgClassName
{
background-color: #AAC7B3;
}
</style>
border-color css
<style>
span { border-color: #AAC7B3; }
span { border-color: rgb(170,199,179); }
td.TdClassName
{
border-color: #AAC7B3;
}
.TagClassName
{
border-color: #AAC7B3;
}
</style>