Shades of Gum Leaf #A5C4AA
Tints of Gum Leaf #A5C4AA
RGB
CMYK
RGB Variations
Color information
#A5C4AA (or 0xA5C4AA) is known color: Gum Leaf. HEX triplet: A5, C4 and AA. RGB value is (165,196,170). Sum of RGB (Red+Green+Blue) = 165+196+170=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C4AA is #5A3B55. Grayscale: #B7B7B7. Windows color (decimal): -5913430 or 11191461. OLE color: 11191461.
HSL color Cylindrical-coordinate representation of color #A5C4AA: hue angle of 129.68º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5C4AA is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 170 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.23 |
| HSL | 129.68º | 0.21% | 0.71% | - |
| HSV(B) | 129.68º | 0.16% | 0.77% | - |
| XYZ | 42.51 | 50.38 | 45.51 | - |
| YUV | 183.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 170 | 0.16 | 0 | 0.13 | 0.23 | 129.68 | 0.21 | 0.71 |
| Hex | A5 | C4 | AA | 10 | 0 | D | 17 | 82 | 15 | 47 |
| Octal | 245 | 304 | 252 | 20 | 0 | 15 | 27 | 202 | 25 | 107 |
| Binary | 10100101 | 11000100 | 10101010 | 10000 | 0 | 1101 | 10111 | 10000010 | 10101 | 1000111 |
Color Harmonies of #A5C4AA
Complementary color
Monochromatic Colors of #A5C4AA
Black with #A5C4AA
Text Example
Text Example
White with #A5C4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C4AA; }
p { color: rgb(165,196,170); }
H1.HeaderClassName
{
color: #A5C4AA;
}
.AnyTagClassName
{
color: #A5C4AA;
}
</style>
background-color css
<style>
a { background-color: #A5C4AA; }
a { background-color: rgb(165,196,170); }
div.DivClassName
{
background-color: #A5C4AA;
}
.BgClassName
{
background-color: #A5C4AA;
}
</style>
border-color css
<style>
span { border-color: #A5C4AA; }
span { border-color: rgb(165,196,170); }
td.TdClassName
{
border-color: #A5C4AA;
}
.TagClassName
{
border-color: #A5C4AA;
}
</style>