#ADB5AE

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

Shades of Gum Leaf #ADB5AE

Tints of Gum Leaf #ADB5AE

Color information

#ADB5AE (or 0xADB5AE) is unknown color: approx 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

RGB173181174-
CMYK0.0400.040.29
HSL127.5º5.13%69.41%-
HSV(B)127.5º4.42%70.98%-
XYZ41.444.9946.55-
YUV177.81125.85124.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.77%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=32.77%
G=34.28%
B=32.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811740.0400.040.29127.55.1369.41
HexADB5AE4041D7f545
Octal255265256404351775105
Binary10101101101101011010111010001001110111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>