#AED1A7

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

Shades of Zanah #AED1A7

Tints of Zanah #AED1A7

Color information

#AED1A7 (or 0xAED1A7) is unknown color: approx Zanah. HEX triplet: AE, D1 and A7. RGB value is (174,209,167). Sum of RGB (Red+Green+Blue) = 174+209+167=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED1A7 is #512E58. Grayscale: #C1C1C1. Windows color (decimal): -5320281 or 10998190. OLE color: 10998190.

HSL color Cylindrical-coordinate representation of color #AED1A7: hue angle of 110º 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 #AED1A7 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB174209167-
CMYK0.1700.200.18
HSL110º31.34%73.73%-
HSV(B)110º20.1%81.96%-
XYZ47.2357.3945.15-
YUV193.75112.9113.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.64%
GREEN value IS 209 (82.03% from 255) = 38%
BLUE value IS 167 (65.62% from 255) = 30.36%
R=31.64%
G=38%
B=30.36%

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
Decimal1742091670.1700.200.1811031.3473.73
HexAED1A711014126e1f4a
Octal256321247210242215637112
Binary10101110110100011010011110001010100100101101110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED1A7; }

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

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

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

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

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

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

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

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