#AAC3AA

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

Shades of Zanah #AAC3AA

Tints of Zanah #AAC3AA

Color information

#AAC3AA (or 0xAAC3AA) is unknown color: approx Zanah. HEX triplet: AA, C3 and AA. RGB value is (170,195,170). Sum of RGB (Red+Green+Blue) = 170+195+170=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC3AA is #553C55. Grayscale: #B8B8B8. Windows color (decimal): -5586006 or 11191210. OLE color: 11191210.

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

Color convert

RGB170195170-
CMYK0.1300.130.24
HSL120º17.24%71.57%-
HSV(B)120º12.82%76.47%-
XYZ43.3550.4845.49-
YUV184.68119.72117.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 170 (66.80% from 255) = 31.78%
R=31.78%
G=36.45%
B=31.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951700.1300.130.2412017.2471.57
HexAAC3AAD0D18781148
Octal252303252150153017021110
Binary101010101100001110101010110101101110001111000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3AA; }

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

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

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

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

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

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

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

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