Shades of Gum Leaf #ADB5AE
Tints of Gum Leaf #ADB5AE
RGB
CMYK
RGB Variations
Color information
#ADB5AE (or 0xADB5AE) is known color: Gum Leaf. HEX triplet: AD, B5 and AE. RGB value is (173,181,174). Sum of RGB (Red+Green+Blue) = 173+181+174=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5AE is #524A51. Grayscale: #B1B1B1. Windows color (decimal): -5392978 or 11449773. OLE color: 11449773.
HSL color Cylindrical-coordinate representation of color #ADB5AE: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB5AE is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
RGB | 173 | 181 | 174 | - |
CMYK | 0.04 | 0 | 0.04 | 0.29 |
HSL | 127.5º | 0.05% | 0.69% | - |
HSV(B) | 127.5º | 0.04% | 0.71% | - |
XYZ | 41.4 | 44.99 | 46.55 | - |
YUV | 177.81 | 125.85 | 124.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 181 | 174 | 0.04 | 0 | 0.04 | 0.29 | 127.5 | 0.05 | 0.69 |
Hex | AD | B5 | AE | 4 | 0 | 4 | 1D | 80 | 5 | 45 |
Octal | 255 | 265 | 256 | 4 | 0 | 4 | 35 | 200 | 5 | 105 |
Binary | 10101101 | 10110101 | 10101110 | 100 | 0 | 100 | 11101 | 10000000 | 101 | 1000101 |
Color Harmonies of #ADB5AE
Complementary color
Monochromatic Colors of #ADB5AE
Black with #ADB5AE
Text Example
Text Example
White with #ADB5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB5AE; }
p { color: rgb(173,181,174); }
H1.HeaderClassName
{
color: #ADB5AE;
}
.AnyTagClassName
{
color: #ADB5AE;
}
</style>
background-color css
<style>
a { background-color: #ADB5AE; }
a { background-color: rgb(173,181,174); }
div.DivClassName
{
background-color: #ADB5AE;
}
.BgClassName
{
background-color: #ADB5AE;
}
</style>
border-color css
<style>
span { border-color: #ADB5AE; }
span { border-color: rgb(173,181,174); }
td.TdClassName
{
border-color: #ADB5AE;
}
.TagClassName
{
border-color: #ADB5AE;
}
</style>