Html Css Color HEX #AECBAD Zanah

📋 copy color: '#AECBAD'

red 174 ◦ green 203 ◦ blue 173

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

Shades of Zanah #AECBAD

Tints of Zanah #AECBAD

RGB

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

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

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

R = 31.64%
G = 36.91%
B = 31.45%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#AECBAD (or 0xAECBAD) is known color: Zanah. HEX triplet: AE, CB and AD. RGB value is (174,203,173). Sum of RGB (Red+Green+Blue) = 174+203+173=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECBAD is #513452. Grayscale: #BFBFBF. Windows color (decimal): -5321811 or 11389870. OLE color: 11389870.

HSL color Cylindrical-coordinate representation of color #AECBAD: hue angle of 118º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECBAD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 203 173 -
CMYK 0.14 0 0.15 0.20
HSL 118º 0.22% 0.74% -
HSV(B) 118º 0.15% 0.8% -
XYZ 46.35 54.73 47.66 -
YUV 190.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 174 203 173 0.14 0 0.15 0.20 118 0.22 0.74
Hex AE CB AD E 0 F 14 76 16 4A
Octal 256 313 255 16 0 17 24 166 26 112
Binary 10101110 11001011 10101101 1110 0 1111 10100 1110110 10110 1001010

Color Harmonies of #AECBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBAD

Black with #AECBAD

Text Example


Text Example

White with #AECBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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