Shades of Gum Leaf #A3CCAE
Tints of Gum Leaf #A3CCAE
RGB
CMYK
RGB Variations
Color information
#A3CCAE (or 0xA3CCAE) is known color: Gum Leaf. HEX triplet: A3, CC and AE. RGB value is (163,204,174). Sum of RGB (Red+Green+Blue) = 163+204+174=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3CCAE is #5C3351. Grayscale: #BCBCBC. Windows color (decimal): -6042450 or 11455651. OLE color: 11455651.
HSL color Cylindrical-coordinate representation of color #A3CCAE: hue angle of 136.1º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCAE is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 204 | 174 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.2 |
| HSL | 136.1º | 0.29% | 0.72% | - |
| HSV(B) | 136.1º | 0.2% | 0.8% | - |
| XYZ | 44.34 | 54.03 | 48.14 | - |
| YUV | 188.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 204 | 174 | 0.20 | 0 | 0.15 | 0.2 | 136.1 | 0.29 | 0.72 |
| Hex | A3 | CC | AE | 14 | 0 | F | 14 | 88 | 1D | 48 |
| Octal | 243 | 314 | 256 | 24 | 0 | 17 | 24 | 210 | 35 | 110 |
| Binary | 10100011 | 11001100 | 10101110 | 10100 | 0 | 1111 | 10100 | 10001000 | 11101 | 1001000 |
Color Harmonies of #A3CCAE
Complementary color
Monochromatic Colors of #A3CCAE
Black with #A3CCAE
Text Example
Text Example
White with #A3CCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CCAE; }
p { color: rgb(163,204,174); }
H1.HeaderClassName
{
color: #A3CCAE;
}
.AnyTagClassName
{
color: #A3CCAE;
}
</style>
background-color css
<style>
a { background-color: #A3CCAE; }
a { background-color: rgb(163,204,174); }
div.DivClassName
{
background-color: #A3CCAE;
}
.BgClassName
{
background-color: #A3CCAE;
}
</style>
border-color css
<style>
span { border-color: #A3CCAE; }
span { border-color: rgb(163,204,174); }
td.TdClassName
{
border-color: #A3CCAE;
}
.TagClassName
{
border-color: #A3CCAE;
}
</style>