#AAC1AA

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

Shades of Zanah #AAC1AA

Tints of Zanah #AAC1AA

Color information

#AAC1AA (or 0xAAC1AA) is unknown color: approx Zanah. HEX triplet: AA, C1 and AA. RGB value is (170,193,170). Sum of RGB (Red+Green+Blue) = 170+193+170=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 170 (66.80% from 255 or 31.89% from 533); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC1AA is #553E55. Grayscale: #B7B7B7. Windows color (decimal): -5586518 or 11190698. OLE color: 11190698.

HSL color Cylindrical-coordinate representation of color #AAC1AA: hue angle of 120º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC1AA is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB170193170-
CMYK0.1200.120.24
HSL120º15.65%71.18%-
HSV(B)120º11.92%75.69%-
XYZ42.949.5945.34-
YUV183.5120.38118.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 170 (66.80% from 255) = 31.89%
R=31.89%
G=36.21%
B=31.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701931700.1200.120.2412015.6571.18
HexAAC1AAC0C18781047
Octal252301252140143017020107
Binary101010101100000110101010110001100110001111000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC1AA; }

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

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

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

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

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

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

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

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