#A9B6AD

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

Shades of Gum Leaf #A9B6AD

Tints of Gum Leaf #A9B6AD

Color information

#A9B6AD (or 0xA9B6AD) is unknown color: approx Gum Leaf. HEX triplet: A9, B6 and AD. RGB value is (169,182,173). Sum of RGB (Red+Green+Blue) = 169+182+173=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B6AD is #564952. Grayscale: #B1B1B1. Windows color (decimal): -5654867 or 11384489. OLE color: 11384489.

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

Color convert

RGB169182173-
CMYK0.0700.050.29
HSL138.46º8.18%68.82%-
HSV(B)138.46º7.14%71.37%-
XYZ40.6344.9146.06-
YUV177.09125.69122.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=32.25%
G=34.73%
B=33.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821730.0700.050.29138.468.1868.82
HexA9B6AD7051D8a845
Octal2512662557053521210105
Binary1010100110110110101011011110101111011000101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6AD; }

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

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

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

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

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

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

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

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