#AACBAD

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

Shades of Gum Leaf #AACBAD

Tints of Gum Leaf #AACBAD

Color information

#AACBAD (or 0xAACBAD) is unknown color: approx Gum Leaf. HEX triplet: AA, CB and AD. RGB value is (170,203,173). Sum of RGB (Red+Green+Blue) = 170+203+173=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACBAD is #553452. Grayscale: #BDBDBD. Windows color (decimal): -5583955 or 11389866. OLE color: 11389866.

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

Color convert

RGB170203173-
CMYK0.1600.150.20
HSL125.45º24.09%73.14%-
HSV(B)125.45º16.26%79.61%-
XYZ45.4854.2847.61-
YUV189.71118.57113.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=31.14%
G=37.18%
B=31.68%

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
Decimal1702031730.1600.150.20125.4524.0973.14
HexAACBAD100F147d1849
Octal252313255200172417530111
Binary1010101011001011101011011000001111101001111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBAD; }

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

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

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

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

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

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

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

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