#A9BAAE

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

Shades of Gum Leaf #A9BAAE

Tints of Gum Leaf #A9BAAE

Color information

#A9BAAE (or 0xA9BAAE) is unknown color: approx Gum Leaf. HEX triplet: A9, BA and AE. RGB value is (169,186,174). Sum of RGB (Red+Green+Blue) = 169+186+174=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAAE is #564551. Grayscale: #B3B3B3. Windows color (decimal): -5653842 or 11451049. OLE color: 11451049.

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

Color convert

RGB169186174-
CMYK0.0900.060.27
HSL137.65º10.97%69.61%-
HSV(B)137.65º9.14%72.94%-
XYZ41.5646.6146.85-
YUV179.55124.87120.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 174 (68.36% from 255) = 32.89%
R=31.95%
G=35.16%
B=32.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861740.0900.060.27137.6510.9769.61
HexA9BAAE9061B8ab46
Octal25127225611063321213106
Binary10101001101110101010111010010110110111000101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAAE; }

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

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

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

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

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

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

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

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