Shades of Gum Leaf #ABC3AF
Tints of Gum Leaf #ABC3AF
RGB
CMYK
RGB Variations
Color information
#ABC3AF (or 0xABC3AF) is known color: Gum Leaf. HEX triplet: AB, C3 and AF. RGB value is (171,195,175). Sum of RGB (Red+Green+Blue) = 171+195+175=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC3AF is #543C50. Grayscale: #B9B9B9. Windows color (decimal): -5520465 or 11518891. OLE color: 11518891.
HSL color Cylindrical-coordinate representation of color #ABC3AF: hue angle of 130º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC3AF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 175 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.24 |
| HSL | 130º | 0.17% | 0.72% | - |
| HSV(B) | 130º | 0.12% | 0.76% | - |
| XYZ | 44.05 | 50.78 | 48.04 | - |
| YUV | 185.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 175 | 0.12 | 0 | 0.10 | 0.24 | 130 | 0.17 | 0.72 |
| Hex | AB | C3 | AF | C | 0 | A | 18 | 82 | 11 | 48 |
| Octal | 253 | 303 | 257 | 14 | 0 | 12 | 30 | 202 | 21 | 110 |
| Binary | 10101011 | 11000011 | 10101111 | 1100 | 0 | 1010 | 11000 | 10000010 | 10001 | 1001000 |
Color Harmonies of #ABC3AF
Complementary color
Monochromatic Colors of #ABC3AF
Black with #ABC3AF
Text Example
Text Example
White with #ABC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC3AF; }
p { color: rgb(171,195,175); }
H1.HeaderClassName
{
color: #ABC3AF;
}
.AnyTagClassName
{
color: #ABC3AF;
}
</style>
background-color css
<style>
a { background-color: #ABC3AF; }
a { background-color: rgb(171,195,175); }
div.DivClassName
{
background-color: #ABC3AF;
}
.BgClassName
{
background-color: #ABC3AF;
}
</style>
border-color css
<style>
span { border-color: #ABC3AF; }
span { border-color: rgb(171,195,175); }
td.TdClassName
{
border-color: #ABC3AF;
}
.TagClassName
{
border-color: #ABC3AF;
}
</style>