#AAC5AB

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

Shades of Zanah #AAC5AB

Tints of Zanah #AAC5AB

Color information

#AAC5AB (or 0xAAC5AB) is unknown color: approx Zanah. HEX triplet: AA, C5 and AB. RGB value is (170,197,171). Sum of RGB (Red+Green+Blue) = 170+197+171=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC5AB is #553A54. Grayscale: #BABABA. Windows color (decimal): -5585493 or 11257258. OLE color: 11257258.

HSL color Cylindrical-coordinate representation of color #AAC5AB: hue angle of 122.22º 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 #AAC5AB is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB170197171-
CMYK0.1400.130.23
HSL122.22º18.88%71.96%-
HSV(B)122.22º13.71%77.25%-
XYZ43.8951.4246.14-
YUV185.96119.55116.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=31.60%
G=36.62%
B=31.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701971710.1400.130.23122.2218.8871.96
HexAAC5ABE0D177a1348
Octal252305253160152717223110
Binary101010101100010110101011111001101101111111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC5AB; }

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

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

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

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

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

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

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

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