#A9BBAD

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

Shades of Gum Leaf #A9BBAD

Tints of Gum Leaf #A9BBAD

Color information

#A9BBAD (or 0xA9BBAD) is unknown color: approx Gum Leaf. HEX triplet: A9, BB and AD. RGB value is (169,187,173). Sum of RGB (Red+Green+Blue) = 169+187+173=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BBAD is #564452. Grayscale: #B4B4B4. Windows color (decimal): -5653587 or 11385769. OLE color: 11385769.

HSL color Cylindrical-coordinate representation of color #A9BBAD: hue angle of 133.33º 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 #A9BBAD is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB169187173-
CMYK0.1000.070.27
HSL133.33º11.69%69.8%-
HSV(B)133.33º9.63%73.33%-
XYZ41.6846.9946.41-
YUV180.02124.04120.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=31.95%
G=35.35%
B=32.70%

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
Decimal1691871730.1000.070.27133.3311.6969.8
HexA9BBADA071B85c46
Octal25127325512073320514106
Binary10101001101110111010110110100111110111000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BBAD; }

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

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

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

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

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

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

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

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