Html Css Color HEX #AECBA9 Zanah

📋 copy color: '#AECBA9'

red 174 ◦ green 203 ◦ blue 169

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

Shades of Zanah #AECBA9

Tints of Zanah #AECBA9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.18%

 BLUE value IS 169 (66.41% from 255) = 30.95%

R = 31.87%
G = 37.18%
B = 30.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#AECBA9 (or 0xAECBA9) is known color: Zanah. HEX triplet: AE, CB and A9. RGB value is (174,203,169). Sum of RGB (Red+Green+Blue) = 174+203+169=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBA9 is #513456. Grayscale: #BEBEBE. Windows color (decimal): -5321815 or 11127726. OLE color: 11127726.

HSL color Cylindrical-coordinate representation of color #AECBA9: hue angle of 111.18º 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 #AECBA9 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 169 -
CMYK 0.14 0 0.17 0.20
HSL 111.18º 0.25% 0.73% -
HSV(B) 111.18º 0.17% 0.8% -
XYZ 45.97 54.58 45.65 -
YUV 190.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 174 203 169 0.14 0 0.17 0.20 111.18 0.25 0.73
Hex AE CB A9 E 0 11 14 6F 19 49
Octal 256 313 251 16 0 21 24 157 31 111
Binary 10101110 11001011 10101001 1110 0 10001 10100 1101111 11001 1001001

Color Harmonies of #AECBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBA9

Black with #AECBA9

Text Example


Text Example

White with #AECBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBA9; }

 p { color: rgb(174,203,169); }

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

background-color css

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

 a { background-color: rgb(174,203,169); }

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

border-color css

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

 span { border-color: rgb(174,203,169); }

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