Shades of Gum Leaf #A8CAAF
Tints of Gum Leaf #A8CAAF
RGB
CMYK
RGB Variations
Color information
#A8CAAF (or 0xA8CAAF) is known color: Gum Leaf. HEX triplet: A8, CA and AF. RGB value is (168,202,175). Sum of RGB (Red+Green+Blue) = 168+202+175=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CAAF is #573550. Grayscale: #BCBCBC. Windows color (decimal): -5715281 or 11520680. OLE color: 11520680.
HSL color Cylindrical-coordinate representation of color #A8CAAF: hue angle of 132.35º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CAAF is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 175 | - |
CMYK | 0.17 | 0 | 0.13 | 0.21 |
HSL | 132.35º | 0.24% | 0.73% | - |
HSV(B) | 132.35º | 0.17% | 0.79% | - |
XYZ | 45.01 | 53.66 | 48.54 | - |
YUV | 188.76 | 120.24 | 113.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 175 | 0.17 | 0 | 0.13 | 0.21 | 132.35 | 0.24 | 0.73 |
Hex | A8 | CA | AF | 11 | 0 | D | 15 | 84 | 18 | 49 |
Octal | 250 | 312 | 257 | 21 | 0 | 15 | 25 | 204 | 30 | 111 |
Binary | 10101000 | 11001010 | 10101111 | 10001 | 0 | 1101 | 10101 | 10000100 | 11000 | 1001001 |
Color Harmonies of #A8CAAF
Complementary color
Monochromatic Colors of #A8CAAF
Black with #A8CAAF
Text Example
Text Example
White with #A8CAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CAAF; }
p { color: rgb(168,202,175); }
H1.HeaderClassName
{
color: #A8CAAF;
}
.AnyTagClassName
{
color: #A8CAAF;
}
</style>
background-color css
<style>
a { background-color: #A8CAAF; }
a { background-color: rgb(168,202,175); }
div.DivClassName
{
background-color: #A8CAAF;
}
.BgClassName
{
background-color: #A8CAAF;
}
</style>
border-color css
<style>
span { border-color: #A8CAAF; }
span { border-color: rgb(168,202,175); }
td.TdClassName
{
border-color: #A8CAAF;
}
.TagClassName
{
border-color: #A8CAAF;
}
</style>