Shades of Gum Leaf #A8CCAF
Tints of Gum Leaf #A8CCAF
RGB
CMYK
RGB Variations
Color information
#A8CCAF (or 0xA8CCAF) is known color: Gum Leaf. HEX triplet: A8, CC and AF. RGB value is (168,204,175). Sum of RGB (Red+Green+Blue) = 168+204+175=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CCAF is #573350. Grayscale: #BEBEBE. Windows color (decimal): -5714769 or 11521192. OLE color: 11521192.
HSL color Cylindrical-coordinate representation of color #A8CCAF: hue angle of 131.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CCAF is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 175 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.2 |
| HSL | 131.67º | 0.26% | 0.73% | - |
| HSV(B) | 131.67º | 0.18% | 0.8% | - |
| XYZ | 45.48 | 54.61 | 48.7 | - |
| YUV | 189.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 175 | 0.18 | 0 | 0.14 | 0.2 | 131.67 | 0.26 | 0.73 |
| Hex | A8 | CC | AF | 12 | 0 | E | 14 | 84 | 1A | 49 |
| Octal | 250 | 314 | 257 | 22 | 0 | 16 | 24 | 204 | 32 | 111 |
| Binary | 10101000 | 11001100 | 10101111 | 10010 | 0 | 1110 | 10100 | 10000100 | 11010 | 1001001 |
Color Harmonies of #A8CCAF
Complementary color
Monochromatic Colors of #A8CCAF
Black with #A8CCAF
Text Example
Text Example
White with #A8CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCAF; }
p { color: rgb(168,204,175); }
H1.HeaderClassName
{
color: #A8CCAF;
}
.AnyTagClassName
{
color: #A8CCAF;
}
</style>
background-color css
<style>
a { background-color: #A8CCAF; }
a { background-color: rgb(168,204,175); }
div.DivClassName
{
background-color: #A8CCAF;
}
.BgClassName
{
background-color: #A8CCAF;
}
</style>
border-color css
<style>
span { border-color: #A8CCAF; }
span { border-color: rgb(168,204,175); }
td.TdClassName
{
border-color: #A8CCAF;
}
.TagClassName
{
border-color: #A8CCAF;
}
</style>