#AECEA8

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

Shades of Zanah #AECEA8

Tints of Zanah #AECEA8

Color information

#AECEA8 (or 0xAECEA8) is unknown color: approx Zanah. HEX triplet: AE, CE and A8. RGB value is (174,206,168). Sum of RGB (Red+Green+Blue) = 174+206+168=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECEA8 is #513157. Grayscale: #C0C0C0. Windows color (decimal): -5321048 or 11062958. OLE color: 11062958.

HSL color Cylindrical-coordinate representation of color #AECEA8: hue angle of 110.53º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AECEA8 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB174206168-
CMYK0.1600.180.19
HSL110.53º27.94%73.33%-
HSV(B)110.53º18.45%80.78%-
XYZ46.5955.9745.39-
YUV192.1114.4115.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 168 (66.02% from 255) = 30.66%
R=31.75%
G=37.59%
B=30.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1742061680.1600.180.19110.5327.9473.33
HexAECEA810012136f1c49
Octal256316250200222315734111
Binary10101110110011101010100010000010010100111101111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECEA8; }

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

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

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

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

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

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

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

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