#A4BBAA

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

Shades of Gum Leaf #A4BBAA

Tints of Gum Leaf #A4BBAA

Color information

#A4BBAA (or 0xA4BBAA) is unknown color: approx Gum Leaf. HEX triplet: A4, BB and AA. RGB value is (164,187,170). Sum of RGB (Red+Green+Blue) = 164+187+170=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BBAA is #5B4455. Grayscale: #B2B2B2. Windows color (decimal): -5981270 or 11189156. OLE color: 11189156.

HSL color Cylindrical-coordinate representation of color #A4BBAA: hue angle of 135.65º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4BBAA is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB164187170-
CMYK0.1200.090.27
HSL135.65º14.47%68.82%-
HSV(B)135.65º12.3%73.33%-
XYZ40.3446.3444.85-
YUV178.18123.38117.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 187 (73.44% from 255) = 35.89%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=31.48%
G=35.89%
B=32.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871700.1200.090.27135.6514.4768.82
HexA4BBAAC091B88e45
Octal244273252140113321016105
Binary101001001011101110101010110001001110111000100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBAA; }

 p { color: rgb(164,187,170); }

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

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

 a { background-color: rgb(164,187,170); }

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

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

 span { border-color: rgb(164,187,170); }

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