#AECAB0

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

Shades of Zanah #AECAB0

Tints of Zanah #AECAB0

Color information

#AECAB0 (or 0xAECAB0) is unknown color: approx Zanah. HEX triplet: AE, CA and B0. RGB value is (174,202,176). Sum of RGB (Red+Green+Blue) = 174+202+176=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 176 (69.14% from 255 or 31.88% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECAB0 is #51354F. Grayscale: #BEBEBE. Windows color (decimal): -5322064 or 11586222. OLE color: 11586222.

HSL color Cylindrical-coordinate representation of color #AECAB0: hue angle of 124.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAB0 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB174202176-
CMYK0.1400.130.21
HSL124.29º20.9%73.73%-
HSV(B)124.29º13.86%79.22%-
XYZ46.4154.3749.12-
YUV190.66119.72116.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 176 (69.14% from 255) = 31.88%
R=31.52%
G=36.59%
B=31.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021760.1400.130.21124.2920.973.73
HexAECAB0E0D157c154a
Octal256312260160152517425112
Binary101011101100101010110000111001101101011111100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAB0; }

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

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

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

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

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

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

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

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