#A9BEAC

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

Shades of Gum Leaf #A9BEAC

Tints of Gum Leaf #A9BEAC

Color information

#A9BEAC (or 0xA9BEAC) is unknown color: approx Gum Leaf. HEX triplet: A9, BE and AC. RGB value is (169,190,172). Sum of RGB (Red+Green+Blue) = 169+190+172=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BEAC is #564153. Grayscale: #B5B5B5. Windows color (decimal): -5652820 or 11321001. OLE color: 11321001.

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

Color convert

RGB169190172-
CMYK0.1100.090.25
HSL128.57º13.91%70.39%-
HSV(B)128.57º11.05%74.51%-
XYZ42.2248.2446.12-
YUV181.67122.54118.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.83%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=31.83%
G=35.78%
B=32.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691901720.1100.090.25128.5713.9170.39
HexA9BEACB091981e46
Octal251276254130113120116106
Binary101010011011111010101100101101001110011000000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BEAC; }

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

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

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

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

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

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

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

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