#A9BBAE

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

Shades of Gum Leaf #A9BBAE

Tints of Gum Leaf #A9BBAE

Color information

#A9BBAE (or 0xA9BBAE) is unknown color: approx Gum Leaf. HEX triplet: A9, BB and AE. RGB value is (169,187,174). Sum of RGB (Red+Green+Blue) = 169+187+174=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BBAE is #564451. Grayscale: #B4B4B4. Windows color (decimal): -5653586 or 11451305. OLE color: 11451305.

HSL color Cylindrical-coordinate representation of color #A9BBAE: hue angle of 136.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9BBAE is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB169187174-
CMYK0.1000.070.27
HSL136.67º11.69%69.8%-
HSV(B)136.67º9.63%73.33%-
XYZ41.7747.0346.92-
YUV180.14124.54120.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=31.89%
G=35.28%
B=32.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691871740.1000.070.27136.6711.6969.8
HexA9BBAEA071B89c46
Octal25127325612073321114106
Binary10101001101110111010111010100111110111000100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBAE; }

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

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

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

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

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

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

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

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