#ADB9AF

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

Shades of Gum Leaf #ADB9AF

Tints of Gum Leaf #ADB9AF

Color information

#ADB9AF (or 0xADB9AF) is unknown color: approx Gum Leaf. HEX triplet: AD, B9 and AF. RGB value is (173,185,175). Sum of RGB (Red+Green+Blue) = 173+185+175=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB9AF is #524650. Grayscale: #B4B4B4. Windows color (decimal): -5391953 or 11516333. OLE color: 11516333.

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

Color convert

RGB173185175-
CMYK0.0600.050.27
HSL130º7.89%70.2%-
HSV(B)130º6.49%72.55%-
XYZ42.3246.6847.34-
YUV180.27125.02122.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=32.46%
G=34.71%
B=32.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851750.0600.050.271307.8970.2
HexADB9AF6051B82846
Octal2552712576053320210106
Binary1010110110111001101011111100101110111000001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9AF; }

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

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

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

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

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

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

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

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