#AED1A8

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

Shades of Zanah #AED1A8

Tints of Zanah #AED1A8

Color information

#AED1A8 (or 0xAED1A8) is unknown color: approx Zanah. HEX triplet: AE, D1 and A8. RGB value is (174,209,168). Sum of RGB (Red+Green+Blue) = 174+209+168=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED1A8 is #512E57. Grayscale: #C1C1C1. Windows color (decimal): -5320280 or 11063726. OLE color: 11063726.

HSL color Cylindrical-coordinate representation of color #AED1A8: hue angle of 111.22º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED1A8 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB174209168-
CMYK0.1700.200.18
HSL111.22º30.83%73.92%-
HSV(B)111.22º19.62%81.96%-
XYZ47.3257.4345.64-
YUV193.86113.4113.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 209 (82.03% from 255) = 37.93%
BLUE value IS 168 (66.02% from 255) = 30.49%
R=31.58%
G=37.93%
B=30.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742091680.1700.200.18111.2230.8373.92
HexAED1A811014126f1f4a
Octal256321250210242215737112
Binary10101110110100011010100010001010100100101101111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1A8; }

 p { color: rgb(174,209,168); }

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

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

 a { background-color: rgb(174,209,168); }

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

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

 span { border-color: rgb(174,209,168); }

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