Html Css Color HEX #AEC9AA Zanah

📋 copy color: '#AEC9AA'

red 174 ◦ green 201 ◦ blue 170

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

Shades of Zanah #AEC9AA

Tints of Zanah #AEC9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 31.93%
G = 36.88%
B = 31.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#AEC9AA (or 0xAEC9AA) is known color: Zanah. HEX triplet: AE, C9 and AA. RGB value is (174,201,170). Sum of RGB (Red+Green+Blue) = 174+201+170=545 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.93% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC9AA is #513655. Grayscale: #BDBDBD. Windows color (decimal): -5322326 or 11192750. OLE color: 11192750.

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

Color convert

RGB 174 201 170 -
CMYK 0.13 0 0.15 0.21
HSL 112.26º 0.22% 0.73% -
HSV(B) 112.26º 0.15% 0.79% -
XYZ 45.6 53.67 45.99 -
YUV 189.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 174 201 170 0.13 0 0.15 0.21 112.26 0.22 0.73
Hex AE C9 AA D 0 F 15 70 16 49
Octal 256 311 252 15 0 17 25 160 26 111
Binary 10101110 11001001 10101010 1101 0 1111 10101 1110000 10110 1001001

Color Harmonies of #AEC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEC9AA

Black with #AEC9AA

Text Example


Text Example

White with #AEC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEC9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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