Html Css Color HEX #AEC9AD Zanah

📋 copy color: '#AEC9AD'

red 174 ◦ green 201 ◦ blue 173

#AEC9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #AEC9AD

Tints of Zanah #AEC9AD

RGB

 RED value IS 174 (68.36% from 255) = 31.75%

 GREEN value IS 201 (78.91% from 255) = 36.68%

 BLUE value IS 173 (67.97% from 255) = 31.57%

R = 31.75%
G = 36.68%
B = 31.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#AEC9AD (or 0xAEC9AD) is known color: Zanah. HEX triplet: AE, C9 and AD. RGB value is (174,201,173). Sum of RGB (Red+Green+Blue) = 174+201+173=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 173 (67.97% from 255 or 31.57% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC9AD is #513652. Grayscale: #BDBDBD. Windows color (decimal): -5322323 or 11389358. OLE color: 11389358.

HSL color Cylindrical-coordinate representation of color #AEC9AD: hue angle of 117.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEC9AD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 201 173 -
CMYK 0.13 0 0.14 0.21
HSL 117.86º 0.21% 0.73% -
HSV(B) 117.86º 0.14% 0.79% -
XYZ 45.89 53.79 47.5 -
YUV 189.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 174 201 173 0.13 0 0.14 0.21 117.86 0.21 0.73
Hex AE C9 AD D 0 E 15 76 15 49
Octal 256 311 255 15 0 16 25 166 25 111
Binary 10101110 11001001 10101101 1101 0 1110 10101 1110110 10101 1001001

Color Harmonies of #AEC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC9AD

Black with #AEC9AD

Text Example


Text Example

White with #AEC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC9AD; }

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

 H1.HeaderClassName
 {
   color: #AEC9AD;
 }
 .AnyTagClassName
 {
   color: #AEC9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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