#AECDAD

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

Shades of Zanah #AECDAD

Tints of Zanah #AECDAD

Color information

#AECDAD (or 0xAECDAD) is unknown color: approx Zanah. HEX triplet: AE, CD and AD. RGB value is (174,205,173). Sum of RGB (Red+Green+Blue) = 174+205+173=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECDAD is #513252. Grayscale: #C0C0C0. Windows color (decimal): -5321299 or 11390382. OLE color: 11390382.

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

Color convert

RGB174205173-
CMYK0.1500.160.20
HSL118.12º24.24%74.12%-
HSV(B)118.12º15.61%80.39%-
XYZ46.8355.6847.81-
YUV192.08117.23115.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 205 (80.47% from 255) = 37.14%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=31.52%
G=37.14%
B=31.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1742051730.1500.160.20118.1224.2474.12
HexAECDADF0101476184a
Octal256315255170202416630112
Binary1010111011001101101011011111010000101001110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDAD; }

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

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

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

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

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

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

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

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