#AACAB2

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

Shades of Gum Leaf #AACAB2

Tints of Gum Leaf #AACAB2

Color information

#AACAB2 (or 0xAACAB2) is unknown color: approx Gum Leaf. HEX triplet: AA, CA and B2. RGB value is (170,202,178). Sum of RGB (Red+Green+Blue) = 170+202+178=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAB2 is #55354D. Grayscale: #BDBDBD. Windows color (decimal): -5584206 or 11717290. OLE color: 11717290.

HSL color Cylindrical-coordinate representation of color #AACAB2: hue angle of 135º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACAB2 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB170202178-
CMYK0.1600.120.21
HSL135º23.19%72.94%-
HSV(B)135º15.84%79.22%-
XYZ45.735450.13-
YUV189.7121.4113.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 178 (69.92% from 255) = 32.36%
R=30.91%
G=36.73%
B=32.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021780.1600.120.2113523.1972.94
HexAACAB2100C15871749
Octal252312262200142520727111
Binary10101010110010101011001010000011001010110000111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAB2; }

 p { color: rgb(170,202,178); }

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

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

 a { background-color: rgb(170,202,178); }

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

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

 span { border-color: rgb(170,202,178); }

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