#A9BAAB

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

Shades of Gum Leaf #A9BAAB

Tints of Gum Leaf #A9BAAB

Color information

#A9BAAB (or 0xA9BAAB) is unknown color: approx Gum Leaf. HEX triplet: A9, BA and AB. RGB value is (169,186,171). Sum of RGB (Red+Green+Blue) = 169+186+171=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BAAB is #564554. Grayscale: #B3B3B3. Windows color (decimal): -5653845 or 11254441. OLE color: 11254441.

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

Color convert

RGB169186171-
CMYK0.0900.080.27
HSL127.06º10.97%69.61%-
HSV(B)127.06º9.14%72.94%-
XYZ41.2746.4945.33-
YUV179.21123.37120.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=32.13%
G=35.36%
B=32.51%

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
Decimal1691861710.0900.080.27127.0610.9769.61
HexA9BAAB9081B7fb46
Octal251272253110103317713106
Binary10101001101110101010101110010100011011111111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BAAB; }

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

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

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

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

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

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

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

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