#ADB5AF

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

Shades of Gum Leaf #ADB5AF

Tints of Gum Leaf #ADB5AF

Color information

#ADB5AF (or 0xADB5AF) is unknown color: approx Gum Leaf. HEX triplet: AD, B5 and AF. RGB value is (173,181,175). Sum of RGB (Red+Green+Blue) = 173+181+175=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 175 (68.75% from 255 or 33.08% from 529); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB5AF is #524A50. Grayscale: #B1B1B1. Windows color (decimal): -5392977 or 11515309. OLE color: 11515309.

HSL color Cylindrical-coordinate representation of color #ADB5AF: hue angle of 135º 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 #ADB5AF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB173181175-
CMYK0.0400.030.29
HSL135º5.13%69.41%-
HSV(B)135º4.42%70.98%-
XYZ41.545.0347.06-
YUV177.92126.35124.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.70%
GREEN value IS 181 (71.09% from 255) = 34.22%
BLUE value IS 175 (68.75% from 255) = 33.08%
R=32.70%
G=34.22%
B=33.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731811750.0400.030.291355.1369.41
HexADB5AF4031D87545
Octal255265257403352075105
Binary10101101101101011010111110001111101100001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5AF; }

 p { color: rgb(173,181,175); }

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

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

 a { background-color: rgb(173,181,175); }

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

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

 span { border-color: rgb(173,181,175); }

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