#AACAA6

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

Shades of Zanah #AACAA6

Tints of Zanah #AACAA6

Color information

#AACAA6 (or 0xAACAA6) is unknown color: approx Zanah. HEX triplet: AA, CA and A6. RGB value is (170,202,166). Sum of RGB (Red+Green+Blue) = 170+202+166=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA6 is #553559. Grayscale: #BCBCBC. Windows color (decimal): -5584218 or 10930858. OLE color: 10930858.

HSL color Cylindrical-coordinate representation of color #AACAA6: hue angle of 113.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACAA6 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB170202166-
CMYK0.1600.180.21
HSL113.33º25.35%72.16%-
HSV(B)113.33º17.82%79.22%-
XYZ44.5853.5444.06-
YUV188.33115.4114.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 166 (65.23% from 255) = 30.86%
R=31.60%
G=37.55%
B=30.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021660.1600.180.21113.3325.3572.16
HexAACAA61001215711948
Octal252312246200222516131110
Binary10101010110010101010011010000010010101011110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAA6; }

 p { color: rgb(170,202,166); }

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

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

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

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

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

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

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