#AECBB0

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

Shades of Zanah #AECBB0

Tints of Zanah #AECBB0

Color information

#AECBB0 (or 0xAECBB0) is unknown color: approx Zanah. HEX triplet: AE, CB and B0. RGB value is (174,203,176). Sum of RGB (Red+Green+Blue) = 174+203+176=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBB0 is #51344F. Grayscale: #BFBFBF. Windows color (decimal): -5321808 or 11586478. OLE color: 11586478.

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

Color convert

RGB174203176-
CMYK0.1400.130.20
HSL124.14º21.8%73.92%-
HSV(B)124.14º14.29%79.61%-
XYZ46.6554.8549.2-
YUV191.25119.39115.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.46%
GREEN value IS 203 (79.69% from 255) = 36.71%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=31.46%
G=36.71%
B=31.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742031760.1400.130.20124.1421.873.92
HexAECBB0E0D147c164a
Octal256313260160152417426112
Binary101011101100101110110000111001101101001111100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBB0; }

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

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

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

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

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

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

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

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