#AACBB3

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

Shades of Gum Leaf #AACBB3

Tints of Gum Leaf #AACBB3

Color information

#AACBB3 (or 0xAACBB3) is unknown color: approx Gum Leaf. HEX triplet: AA, CB and B3. RGB value is (170,203,179). Sum of RGB (Red+Green+Blue) = 170+203+179=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBB3 is #55344C. Grayscale: #BEBEBE. Windows color (decimal): -5583949 or 11783082. OLE color: 11783082.

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

Color convert

RGB170203179-
CMYK0.1600.120.20
HSL136.36º24.09%73.14%-
HSV(B)136.36º16.26%79.61%-
XYZ46.0754.5150.74-
YUV190.4121.57113.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 203 (79.69% from 255) = 36.78%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=30.80%
G=36.78%
B=32.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031790.1600.120.20136.3624.0973.14
HexAACBB3100C14881849
Octal252313263200142421030111
Binary10101010110010111011001110000011001010010001000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBB3; }

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

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

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

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

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

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

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

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