#AAC3A8

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

Shades of Zanah #AAC3A8

Tints of Zanah #AAC3A8

Color information

#AAC3A8 (or 0xAAC3A8) is unknown color: approx Zanah. HEX triplet: AA, C3 and A8. RGB value is (170,195,168). Sum of RGB (Red+Green+Blue) = 170+195+168=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC3A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC3A8 is #553C57. Grayscale: #B8B8B8. Windows color (decimal): -5586008 or 11060138. OLE color: 11060138.

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

Color convert

RGB170195168-
CMYK0.1300.140.24
HSL115.56º18.37%71.18%-
HSV(B)115.56º13.85%76.47%-
XYZ43.1650.444.5-
YUV184.45118.72117.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 168 (66.02% from 255) = 31.52%
R=31.89%
G=36.59%
B=31.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951680.1300.140.24115.5618.3771.18
HexAAC3A8D0E18741247
Octal252303250150163016422107
Binary101010101100001110101000110101110110001110100100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC3A8; }

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

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

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

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

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

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

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

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