Html Css Color HEX #AEC5AD Zanah

📋 copy color: '#AEC5AD'

red 174 ◦ green 197 ◦ blue 173

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

Shades of Zanah #AEC5AD

Tints of Zanah #AEC5AD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.21%

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

R = 31.99%
G = 36.21%
B = 31.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#AEC5AD (or 0xAEC5AD) is known color: Zanah. HEX triplet: AE, C5 and AD. RGB value is (174,197,173). Sum of RGB (Red+Green+Blue) = 174+197+173=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC5AD is #513A52. Grayscale: #BBBBBB. Windows color (decimal): -5323347 or 11388334. OLE color: 11388334.

HSL color Cylindrical-coordinate representation of color #AEC5AD: hue angle of 117.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC5AD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 197 173 -
CMYK 0.12 0 0.12 0.23
HSL 117.5º 0.17% 0.73% -
HSV(B) 117.5º 0.12% 0.77% -
XYZ 44.96 51.95 47.19 -
YUV 187.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 174 197 173 0.12 0 0.12 0.23 117.5 0.17 0.73
Hex AE C5 AD C 0 C 17 76 11 49
Octal 256 305 255 14 0 14 27 166 21 111
Binary 10101110 11000101 10101101 1100 0 1100 10111 1110110 10001 1001001

Color Harmonies of #AEC5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC5AD

Black with #AEC5AD

Text Example


Text Example

White with #AEC5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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