Shades of Gum Leaf #ADC3AF
Tints of Gum Leaf #ADC3AF
RGB
CMYK
RGB Variations
Color information
#ADC3AF (or 0xADC3AF) is known color: Gum Leaf. HEX triplet: AD, C3 and AF. RGB value is (173,195,175). Sum of RGB (Red+Green+Blue) = 173+195+175=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC3AF is #523C50. Grayscale: #BABABA. Windows color (decimal): -5389393 or 11518893. OLE color: 11518893.
HSL color Cylindrical-coordinate representation of color #ADC3AF: hue angle of 125.45º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC3AF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 175 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.24 |
| HSL | 125.45º | 0.15% | 0.72% | - |
| HSV(B) | 125.45º | 0.11% | 0.76% | - |
| XYZ | 44.49 | 51.01 | 48.06 | - |
| YUV | 186.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 175 | 0.11 | 0 | 0.10 | 0.24 | 125.45 | 0.15 | 0.72 |
| Hex | AD | C3 | AF | B | 0 | A | 18 | 7D | F | 48 |
| Octal | 255 | 303 | 257 | 13 | 0 | 12 | 30 | 175 | 17 | 110 |
| Binary | 10101101 | 11000011 | 10101111 | 1011 | 0 | 1010 | 11000 | 1111101 | 1111 | 1001000 |
Color Harmonies of #ADC3AF
Complementary color
Monochromatic Colors of #ADC3AF
Black with #ADC3AF
Text Example
Text Example
White with #ADC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3AF; }
p { color: rgb(173,195,175); }
H1.HeaderClassName
{
color: #ADC3AF;
}
.AnyTagClassName
{
color: #ADC3AF;
}
</style>
background-color css
<style>
a { background-color: #ADC3AF; }
a { background-color: rgb(173,195,175); }
div.DivClassName
{
background-color: #ADC3AF;
}
.BgClassName
{
background-color: #ADC3AF;
}
</style>
border-color css
<style>
span { border-color: #ADC3AF; }
span { border-color: rgb(173,195,175); }
td.TdClassName
{
border-color: #ADC3AF;
}
.TagClassName
{
border-color: #ADC3AF;
}
</style>