Shades of Gum Leaf #A5C4AC
Tints of Gum Leaf #A5C4AC
RGB
CMYK
RGB Variations
Color information
#A5C4AC (or 0xA5C4AC) is known color: Gum Leaf. HEX triplet: A5, C4 and AC. RGB value is (165,196,172). Sum of RGB (Red+Green+Blue) = 165+196+172=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C4AC is #5A3B53. Grayscale: #B8B8B8. Windows color (decimal): -5913428 or 11322533. OLE color: 11322533.
HSL color Cylindrical-coordinate representation of color #A5C4AC: hue angle of 133.55º 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 #A5C4AC is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 172 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.23 |
| HSL | 133.55º | 0.21% | 0.71% | - |
| HSV(B) | 133.55º | 0.16% | 0.77% | - |
| XYZ | 42.7 | 50.46 | 46.52 | - |
| YUV | 184 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 172 | 0.16 | 0 | 0.12 | 0.23 | 133.55 | 0.21 | 0.71 |
| Hex | A5 | C4 | AC | 10 | 0 | C | 17 | 86 | 15 | 47 |
| Octal | 245 | 304 | 254 | 20 | 0 | 14 | 27 | 206 | 25 | 107 |
| Binary | 10100101 | 11000100 | 10101100 | 10000 | 0 | 1100 | 10111 | 10000110 | 10101 | 1000111 |
Color Harmonies of #A5C4AC
Complementary color
Monochromatic Colors of #A5C4AC
Black with #A5C4AC
Text Example
Text Example
White with #A5C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C4AC; }
p { color: rgb(165,196,172); }
H1.HeaderClassName
{
color: #A5C4AC;
}
.AnyTagClassName
{
color: #A5C4AC;
}
</style>
background-color css
<style>
a { background-color: #A5C4AC; }
a { background-color: rgb(165,196,172); }
div.DivClassName
{
background-color: #A5C4AC;
}
.BgClassName
{
background-color: #A5C4AC;
}
</style>
border-color css
<style>
span { border-color: #A5C4AC; }
span { border-color: rgb(165,196,172); }
td.TdClassName
{
border-color: #A5C4AC;
}
.TagClassName
{
border-color: #A5C4AC;
}
</style>