#AACDA4

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

Shades of Zanah #AACDA4

Tints of Zanah #AACDA4

Color information

#AACDA4 (or 0xAACDA4) is unknown color: approx Zanah. HEX triplet: AA, CD and A4. RGB value is (170,205,164). Sum of RGB (Red+Green+Blue) = 170+205+164=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDA4 is #55325B. Grayscale: #BDBDBD. Windows color (decimal): -5583452 or 10800554. OLE color: 10800554.

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

Color convert

RGB170205164-
CMYK0.1700.20.20
HSL111.22º29.08%72.35%-
HSV(B)111.22º20%80.39%-
XYZ45.1154.8943.34-
YUV189.86113.4113.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 205 (80.47% from 255) = 38.03%
BLUE value IS 164 (64.45% from 255) = 30.43%
R=31.54%
G=38.03%
B=30.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051640.1700.20.20111.2229.0872.35
HexAACDA411014146f1d48
Octal252315244210242415735110
Binary10101010110011011010010010001010100101001101111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDA4; }

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

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

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

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

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

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

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

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