#AACBAC

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

Shades of Gum Leaf #AACBAC

Tints of Gum Leaf #AACBAC

Color information

#AACBAC (or 0xAACBAC) is unknown color: approx Gum Leaf. HEX triplet: AA, CB and AC. RGB value is (170,203,172). Sum of RGB (Red+Green+Blue) = 170+203+172=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBAC is #553453. Grayscale: #BDBDBD. Windows color (decimal): -5583956 or 11324330. OLE color: 11324330.

HSL color Cylindrical-coordinate representation of color #AACBAC: hue angle of 123.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBAC is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB170203172-
CMYK0.1600.150.20
HSL123.64º24.09%73.14%-
HSV(B)123.64º16.26%79.61%-
XYZ45.3854.2447.11-
YUV189.6118.07114.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.19%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=31.19%
G=37.25%
B=31.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031720.1600.150.20123.6424.0973.14
HexAACBAC100F147c1849
Octal252313254200172417430111
Binary1010101011001011101011001000001111101001111100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBAC; }

 p { color: rgb(170,203,172); }

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

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

 a { background-color: rgb(170,203,172); }

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

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

 span { border-color: rgb(170,203,172); }

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