#AACCA5

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

Shades of Zanah #AACCA5

Tints of Zanah #AACCA5

Color information

#AACCA5 (or 0xAACCA5) is unknown color: approx Zanah. HEX triplet: AA, CC and A5. RGB value is (170,204,165). Sum of RGB (Red+Green+Blue) = 170+204+165=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACCA5 is #55335A. Grayscale: #BDBDBD. Windows color (decimal): -5583707 or 10865834. OLE color: 10865834.

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

Color convert

RGB170204165-
CMYK0.1700.190.2
HSL112.31º27.66%72.35%-
HSV(B)112.31º19.12%80%-
XYZ44.9654.4543.74-
YUV189.39114.24114.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 204 (80.08% from 255) = 37.85%
BLUE value IS 165 (64.84% from 255) = 30.61%
R=31.54%
G=37.85%
B=30.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041650.1700.190.2112.3127.6672.35
HexAACCA51101314701c48
Octal252314245210232416034110
Binary10101010110011001010010110001010011101001110000111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCA5; }

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

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

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

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

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

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

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

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