#AACAA7

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

Shades of Zanah #AACAA7

Tints of Zanah #AACAA7

Color information

#AACAA7 (or 0xAACAA7) is unknown color: approx Zanah. HEX triplet: AA, CA and A7. RGB value is (170,202,167). Sum of RGB (Red+Green+Blue) = 170+202+167=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 167 (65.62% from 255 or 30.98% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #AACAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACAA7 is #553558. Grayscale: #BCBCBC. Windows color (decimal): -5584217 or 10996394. OLE color: 10996394.

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

Color convert

RGB170202167-
CMYK0.1600.170.21
HSL114.86º24.82%72.35%-
HSV(B)114.86º17.33%79.22%-
XYZ44.6753.5844.55-
YUV188.44115.9114.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 167 (65.62% from 255) = 30.98%
R=31.54%
G=37.48%
B=30.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702021670.1600.170.21114.8624.8272.35
HexAACAA71001115731948
Octal252312247200212516331110
Binary10101010110010101010011110000010001101011110011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACAA7; }

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

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

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

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

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

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

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

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