#AACDA8

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

Shades of Zanah #AACDA8

Tints of Zanah #AACDA8

Color information

#AACDA8 (or 0xAACDA8) is unknown color: approx Zanah. HEX triplet: AA, CD and A8. RGB value is (170,205,168). Sum of RGB (Red+Green+Blue) = 170+205+168=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACDA8 is #553257. Grayscale: #BEBEBE. Windows color (decimal): -5583448 or 11062698. OLE color: 11062698.

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

Color convert

RGB170205168-
CMYK0.1700.180.20
HSL116.76º27.01%73.14%-
HSV(B)116.76º18.05%80.39%-
XYZ45.4855.0445.27-
YUV190.32115.4113.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.31%
GREEN value IS 205 (80.47% from 255) = 37.75%
BLUE value IS 168 (66.02% from 255) = 30.94%
R=31.31%
G=37.75%
B=30.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702051680.1700.180.20116.7627.0173.14
HexAACDA81101214751b49
Octal252315250210222416533111
Binary10101010110011011010100010001010010101001110101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDA8; }

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

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

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

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

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

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

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

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