#AAC5AA

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

Shades of Zanah #AAC5AA

Tints of Zanah #AAC5AA

Color information

#AAC5AA (or 0xAAC5AA) is unknown color: approx Zanah. HEX triplet: AA, C5 and AA. RGB value is (170,197,170). Sum of RGB (Red+Green+Blue) = 170+197+170=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 170 (66.80% from 255 or 31.66% from 537); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5AA is #553A55. Grayscale: #B9B9B9. Windows color (decimal): -5585494 or 11191722. OLE color: 11191722.

HSL color Cylindrical-coordinate representation of color #AAC5AA: hue angle of 120º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC5AA is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB170197170-
CMYK0.1400.140.23
HSL120º18.88%71.96%-
HSV(B)120º13.71%77.25%-
XYZ43.851.3845.64-
YUV185.85119.05116.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 197 (77.34% from 255) = 36.69%
BLUE value IS 170 (66.80% from 255) = 31.66%
R=31.66%
G=36.69%
B=31.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971700.1400.140.2312018.8871.96
HexAAC5AAE0E17781348
Octal252305252160162717023110
Binary101010101100010110101010111001110101111111000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5AA; }

 p { color: rgb(170,197,170); }

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

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

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

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

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

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

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