#AAC4AA

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

Shades of Zanah #AAC4AA

Tints of Zanah #AAC4AA

Color information

#AAC4AA (or 0xAAC4AA) is unknown color: approx Zanah. HEX triplet: AA, C4 and AA. RGB value is (170,196,170). Sum of RGB (Red+Green+Blue) = 170+196+170=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC4AA is #553B55. Grayscale: #B9B9B9. Windows color (decimal): -5585750 or 11191466. OLE color: 11191466.

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

Color convert

RGB170196170-
CMYK0.1300.130.23
HSL120º18.06%71.76%-
HSV(B)120º13.27%76.86%-
XYZ43.5750.9345.56-
YUV185.26119.39117.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 196 (76.95% from 255) = 36.57%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=31.72%
G=36.57%
B=31.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961700.1300.130.2312018.0671.76
HexAAC4AAD0D17781248
Octal252304252150152717022110
Binary101010101100010010101010110101101101111111000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4AA; }

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

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

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

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

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

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

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

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