#ADB6AE

Color #ADB6AE Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #ADB6AE

Tints of Gum Leaf #ADB6AE

Color information

#ADB6AE (or 0xADB6AE) is unknown color: approx Gum Leaf. HEX triplet: AD, B6 and AE. RGB value is (173,182,174). Sum of RGB (Red+Green+Blue) = 173+182+174=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB6AE is #524951. Grayscale: #B2B2B2. Windows color (decimal): -5392722 or 11450029. OLE color: 11450029.

HSL color Cylindrical-coordinate representation of color #ADB6AE: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ADB6AE is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB173182174-
CMYK0.0500.040.29
HSL126.67º5.81%69.61%-
HSV(B)126.67º4.95%71.37%-
XYZ41.645.446.61-
YUV178.4125.52124.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=32.70%
G=34.40%
B=32.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731821740.0500.040.29126.675.8169.61
HexADB6AE5041D7f646
Octal255266256504351776106
Binary10101101101101101010111010101001110111111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6AE; }

 p { color: rgb(173,182,174); }

 H1.HeaderClassName
 {
   color: #ADB6AE;
 }
 .AnyTagClassName
 {
   color: #ADB6AE;
 }
</style>
background-color css

<style>
 a { background-color: #ADB6AE; }

 a { background-color: rgb(173,182,174); }

 div.DivClassName
 {
   background-color: #ADB6AE;
 }
 .BgClassName
 {
   background-color: #ADB6AE;
 }
</style>
border-color css

<style>
 span { border-color: #ADB6AE; }

 span { border-color: rgb(173,182,174); }

 td.TdClassName
 {
   border-color: #ADB6AE;
 }
 .TagClassName
 {
   border-color: #ADB6AE;
 }
</style>