#AAC7AA

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

Shades of Zanah #AAC7AA

Tints of Zanah #AAC7AA

Color information

#AAC7AA (or 0xAAC7AA) is unknown color: approx Zanah. HEX triplet: AA, C7 and AA. RGB value is (170,199,170). Sum of RGB (Red+Green+Blue) = 170+199+170=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7AA is #553855. Grayscale: #BBBBBB. Windows color (decimal): -5584982 or 11192234. OLE color: 11192234.

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

Color convert

RGB170199170-
CMYK0.1500.150.22
HSL120º20.57%72.35%-
HSV(B)120º14.57%78.04%-
XYZ44.2652.345.79-
YUV187.02118.39115.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 199 (78.12% from 255) = 36.92%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=31.54%
G=36.92%
B=31.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991700.1500.150.2212020.5772.35
HexAAC7AAF0F16781548
Octal252307252170172617025110
Binary101010101100011110101010111101111101101111000101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7AA; }

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

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

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

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

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

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

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

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