#A9BAAC

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

Shades of Gum Leaf #A9BAAC

Tints of Gum Leaf #A9BAAC

Color information

#A9BAAC (or 0xA9BAAC) is unknown color: approx Gum Leaf. HEX triplet: A9, BA and AC. RGB value is (169,186,172). Sum of RGB (Red+Green+Blue) = 169+186+172=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAAC is #564553. Grayscale: #B3B3B3. Windows color (decimal): -5653844 or 11319977. OLE color: 11319977.

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

Color convert

RGB169186172-
CMYK0.0900.080.27
HSL130.59º10.97%69.61%-
HSV(B)130.59º9.14%72.94%-
XYZ41.3746.5345.83-
YUV179.32123.87120.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.07%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=32.07%
G=35.29%
B=32.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861720.0900.080.27130.5910.9769.61
HexA9BAAC9081B83b46
Octal251272254110103320313106
Binary101010011011101010101100100101000110111000001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAAC; }

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

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

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

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

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

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

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

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