#AACEAB

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

Shades of Zanah #AACEAB

Tints of Zanah #AACEAB

Color information

#AACEAB (or 0xAACEAB) is unknown color: approx Zanah. HEX triplet: AA, CE and AB. RGB value is (170,206,171). Sum of RGB (Red+Green+Blue) = 170+206+171=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACEAB is #553154. Grayscale: #BFBFBF. Windows color (decimal): -5583189 or 11259562. OLE color: 11259562.

HSL color Cylindrical-coordinate representation of color #AACEAB: hue angle of 121.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEAB is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB170206171-
CMYK0.1700.170.19
HSL121.67º26.87%73.73%-
HSV(B)121.67º17.48%80.78%-
XYZ4655.6346.84-
YUV191.25116.57112.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=31.08%
G=37.66%
B=31.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061710.1700.170.19121.6726.8773.73
HexAACEAB11011137a1b4a
Octal252316253210212317233112
Binary10101010110011101010101110001010001100111111010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEAB; }

 p { color: rgb(170,206,171); }

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

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

 a { background-color: rgb(170,206,171); }

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

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

 span { border-color: rgb(170,206,171); }

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