#AACAB3

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

Shades of Gum Leaf #AACAB3

Tints of Gum Leaf #AACAB3

Color information

#AACAB3 (or 0xAACAB3) is unknown color: approx Gum Leaf. HEX triplet: AA, CA and B3. RGB value is (170,202,179). Sum of RGB (Red+Green+Blue) = 170+202+179=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACAB3 is #55354C. Grayscale: #BDBDBD. Windows color (decimal): -5584205 or 11782826. OLE color: 11782826.

HSL color Cylindrical-coordinate representation of color #AACAB3: hue angle of 136.87º 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 #AACAB3 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB170202179-
CMYK0.1600.110.21
HSL136.87º23.19%72.94%-
HSV(B)136.87º15.84%79.22%-
XYZ45.8354.0450.66-
YUV189.81121.9113.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=30.85%
G=36.66%
B=32.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021790.1600.110.21136.8723.1972.94
HexAACAB3100B15891749
Octal252312263200132521127111
Binary10101010110010101011001110000010111010110001001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAB3; }

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

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

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

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

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

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

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

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