Shades of Gum Leaf #A5CFAF
Tints of Gum Leaf #A5CFAF
RGB
CMYK
RGB Variations
Color information
#A5CFAF (or 0xA5CFAF) is known color: Gum Leaf. HEX triplet: A5, CF and AF. RGB value is (165,207,175). Sum of RGB (Red+Green+Blue) = 165+207+175=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CFAF is #5A3050. Grayscale: #BEBEBE. Windows color (decimal): -5910609 or 11521957. OLE color: 11521957.
HSL color Cylindrical-coordinate representation of color #A5CFAF: hue angle of 134.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A5CFAF is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 175 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.19 |
| HSL | 134.29º | 0.3% | 0.73% | - |
| HSV(B) | 134.29º | 0.2% | 0.81% | - |
| XYZ | 45.57 | 55.72 | 48.91 | - |
| YUV | 190.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 175 | 0.20 | 0 | 0.15 | 0.19 | 134.29 | 0.3 | 0.73 |
| Hex | A5 | CF | AF | 14 | 0 | F | 13 | 86 | 1E | 49 |
| Octal | 245 | 317 | 257 | 24 | 0 | 17 | 23 | 206 | 36 | 111 |
| Binary | 10100101 | 11001111 | 10101111 | 10100 | 0 | 1111 | 10011 | 10000110 | 11110 | 1001001 |
Color Harmonies of #A5CFAF
Complementary color
Monochromatic Colors of #A5CFAF
Black with #A5CFAF
Text Example
Text Example
White with #A5CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CFAF; }
p { color: rgb(165,207,175); }
H1.HeaderClassName
{
color: #A5CFAF;
}
.AnyTagClassName
{
color: #A5CFAF;
}
</style>
background-color css
<style>
a { background-color: #A5CFAF; }
a { background-color: rgb(165,207,175); }
div.DivClassName
{
background-color: #A5CFAF;
}
.BgClassName
{
background-color: #A5CFAF;
}
</style>
border-color css
<style>
span { border-color: #A5CFAF; }
span { border-color: rgb(165,207,175); }
td.TdClassName
{
border-color: #A5CFAF;
}
.TagClassName
{
border-color: #A5CFAF;
}
</style>