#AACCB3

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

Shades of Gum Leaf #AACCB3

Tints of Gum Leaf #AACCB3

Color information

#AACCB3 (or 0xAACCB3) is unknown color: approx Gum Leaf. HEX triplet: AA, CC and B3. RGB value is (170,204,179). Sum of RGB (Red+Green+Blue) = 170+204+179=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCB3 is #55334C. Grayscale: #BFBFBF. Windows color (decimal): -5583693 or 11783338. OLE color: 11783338.

HSL color Cylindrical-coordinate representation of color #AACCB3: hue angle of 135.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCB3 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB170204179-
CMYK0.1700.120.2
HSL135.88º25%73.33%-
HSV(B)135.88º16.67%80%-
XYZ46.3154.9950.82-
YUV190.98121.24113.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 179 (70.31% from 255) = 32.37%
R=30.74%
G=36.89%
B=32.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041790.1700.120.2135.882573.33
HexAACCB3110C14881949
Octal252314263210142421031111
Binary10101010110011001011001110001011001010010001000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCB3; }

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

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

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

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

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

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

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

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