Html Css Color HEX #AECCAA Zanah

📋 copy color: '#AECCAA'

red 174 ◦ green 204 ◦ blue 170

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

Shades of Zanah #AECCAA

Tints of Zanah #AECCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.23%

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

R = 31.75%
G = 37.23%
B = 31.02%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#AECCAA (or 0xAECCAA) is known color: Zanah. HEX triplet: AE, CC and AA. RGB value is (174,204,170). Sum of RGB (Red+Green+Blue) = 174+204+170=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCAA is #513355. Grayscale: #BFBFBF. Windows color (decimal): -5321558 or 11193518. OLE color: 11193518.

HSL color Cylindrical-coordinate representation of color #AECCAA: hue angle of 112.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AECCAA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 170 -
CMYK 0.15 0 0.17 0.2
HSL 112.94º 0.25% 0.73% -
HSV(B) 112.94º 0.17% 0.8% -
XYZ 46.3 55.09 46.22 -
YUV 191.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 174 204 170 0.15 0 0.17 0.2 112.94 0.25 0.73
Hex AE CC AA F 0 11 14 71 19 49
Octal 256 314 252 17 0 21 24 161 31 111
Binary 10101110 11001100 10101010 1111 0 10001 10100 1110001 11001 1001001

Color Harmonies of #AECCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCAA

Black with #AECCAA

Text Example


Text Example

White with #AECCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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