#AACDAD

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

Shades of Gum Leaf #AACDAD

Tints of Gum Leaf #AACDAD

Color information

#AACDAD (or 0xAACDAD) is unknown color: approx Gum Leaf. HEX triplet: AA, CD and AD. RGB value is (170,205,173). Sum of RGB (Red+Green+Blue) = 170+205+173=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDAD is #553252. Grayscale: #BEBEBE. Windows color (decimal): -5583443 or 11390378. OLE color: 11390378.

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

Color convert

RGB170205173-
CMYK0.1700.160.20
HSL125.14º25.93%73.53%-
HSV(B)125.14º17.07%80.39%-
XYZ45.9555.2347.77-
YUV190.89117.9113.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 173 (67.97% from 255) = 31.57%
R=31.02%
G=37.41%
B=31.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051730.1700.160.20125.1425.9373.53
HexAACDAD11010147d1a4a
Octal252315255210202417532112
Binary10101010110011011010110110001010000101001111101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDAD; }

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

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

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

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

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

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

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

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