#AED0A7

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

Shades of Zanah #AED0A7

Tints of Zanah #AED0A7

Color information

#AED0A7 (or 0xAED0A7) is unknown color: approx Zanah. HEX triplet: AE, D0 and A7. RGB value is (174,208,167). Sum of RGB (Red+Green+Blue) = 174+208+167=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED0A7 is #512F58. Grayscale: #C1C1C1. Windows color (decimal): -5320537 or 10997934. OLE color: 10997934.

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

Color convert

RGB174208167-
CMYK0.1600.200.18
HSL109.76º30.37%73.53%-
HSV(B)109.76º19.71%81.57%-
XYZ46.9956.945.07-
YUV193.16113.24114.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.69%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 167 (65.62% from 255) = 30.42%
R=31.69%
G=37.89%
B=30.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1742081670.1600.200.18109.7630.3773.53
HexAED0A710014126e1e4a
Octal256320247200242215636112
Binary10101110110100001010011110000010100100101101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED0A7; }

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

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

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

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

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

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

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

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