#A9BDAE

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

Shades of Gum Leaf #A9BDAE

Tints of Gum Leaf #A9BDAE

Color information

#A9BDAE (or 0xA9BDAE) is unknown color: approx Gum Leaf. HEX triplet: A9, BD and AE. RGB value is (169,189,174). Sum of RGB (Red+Green+Blue) = 169+189+174=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 174 (68.36% from 255 or 32.71% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BDAE is #564251. Grayscale: #B5B5B5. Windows color (decimal): -5653074 or 11451817. OLE color: 11451817.

HSL color Cylindrical-coordinate representation of color #A9BDAE: hue angle of 135º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9BDAE is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB169189174-
CMYK0.1100.080.26
HSL135º13.16%70.2%-
HSV(B)135º10.58%74.12%-
XYZ42.247.8947.06-
YUV181.31123.87119.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 189 (74.22% from 255) = 35.53%
BLUE value IS 174 (68.36% from 255) = 32.71%
R=31.77%
G=35.53%
B=32.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691891740.1100.080.2613513.1670.2
HexA9BDAEB081A87d46
Octal251275256130103220715106
Binary101010011011110110101110101101000110101000011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BDAE; }

 p { color: rgb(169,189,174); }

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

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

 a { background-color: rgb(169,189,174); }

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

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

 span { border-color: rgb(169,189,174); }

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