#AACCA7

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

Shades of Zanah #AACCA7

Tints of Zanah #AACCA7

Color information

#AACCA7 (or 0xAACCA7) is unknown color: approx Zanah. HEX triplet: AA, CC and A7. RGB value is (170,204,167). Sum of RGB (Red+Green+Blue) = 170+204+167=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 167 (65.62% from 255 or 30.87% from 541); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCA7 is #553358. Grayscale: #BDBDBD. Windows color (decimal): -5583705 or 10996906. OLE color: 10996906.

HSL color Cylindrical-coordinate representation of color #AACCA7: hue angle of 115.14º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACCA7 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB170204167-
CMYK0.1700.180.2
HSL115.14º26.62%72.75%-
HSV(B)115.14º18.14%80%-
XYZ45.1554.5244.7-
YUV189.62115.24114.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 204 (80.08% from 255) = 37.71%
BLUE value IS 167 (65.62% from 255) = 30.87%
R=31.42%
G=37.71%
B=30.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041670.1700.180.2115.1426.6272.75
HexAACCA71101214731b49
Octal252314247210222416333111
Binary10101010110011001010011110001010010101001110011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCA7; }

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

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

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

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

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

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

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

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