#AEC0AD

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

Shades of Zanah #AEC0AD

Tints of Zanah #AEC0AD

Color information

#AEC0AD (or 0xAEC0AD) is unknown color: approx Zanah. HEX triplet: AE, C0 and AD. RGB value is (174,192,173). Sum of RGB (Red+Green+Blue) = 174+192+173=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC0AD is #513F52. Grayscale: #B8B8B8. Windows color (decimal): -5324627 or 11387054. OLE color: 11387054.

HSL color Cylindrical-coordinate representation of color #AEC0AD: hue angle of 116.84º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC0AD is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB174192173-
CMYK0.0900.100.25
HSL116.84º13.1%71.57%-
HSV(B)116.84º9.9%75.29%-
XYZ43.8549.7246.82-
YUV184.45121.54120.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=32.28%
G=35.62%
B=32.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921730.0900.100.25116.8413.171.57
HexAEC0AD90A1975d48
Octal256300255110123116515110
Binary10101110110000001010110110010101011001111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0AD; }

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

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

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

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

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

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

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

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