#AECDB0

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

Shades of Zanah #AECDB0

Tints of Zanah #AECDB0

Color information

#AECDB0 (or 0xAECDB0) is unknown color: approx Zanah. HEX triplet: AE, CD and B0. RGB value is (174,205,176). Sum of RGB (Red+Green+Blue) = 174+205+176=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDB0 is #51324F. Grayscale: #C0C0C0. Windows color (decimal): -5321296 or 11586990. OLE color: 11586990.

HSL color Cylindrical-coordinate representation of color #AECDB0: hue angle of 123.87º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDB0 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB174205176-
CMYK0.1500.140.20
HSL123.87º23.66%74.31%-
HSV(B)123.87º15.12%80.39%-
XYZ47.1255.849.36-
YUV192.42118.73114.86-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=31.35%
G=36.94%
B=31.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051760.1500.140.20123.8723.6674.31
HexAECDB0F0E147c184a
Octal256315260170162417430112
Binary101011101100110110110000111101110101001111100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDB0; }

 p { color: rgb(174,205,176); }

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

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

 a { background-color: rgb(174,205,176); }

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

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

 span { border-color: rgb(174,205,176); }

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