Html Css Color HEX #AED2AB Zanah

📋 copy color: '#AED2AB'

red 174 ◦ green 210 ◦ blue 171

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

Shades of Zanah #AED2AB

Tints of Zanah #AED2AB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.84%

 BLUE value IS 171 (67.19% from 255) = 30.81%

R = 31.35%
G = 37.84%
B = 30.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#AED2AB (or 0xAED2AB) is known color: Zanah. HEX triplet: AE, D2 and AB. RGB value is (174,210,171). Sum of RGB (Red+Green+Blue) = 174+210+171=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED2AB is #512D54. Grayscale: #C2C2C2. Windows color (decimal): -5320021 or 11260590. OLE color: 11260590.

HSL color Cylindrical-coordinate representation of color #AED2AB: hue angle of 115.38º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED2AB is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 171 -
CMYK 0.17 0 0.19 0.18
HSL 115.38º 0.3% 0.75% -
HSV(B) 115.38º 0.19% 0.82% -
XYZ 47.85 58.03 47.21 -
YUV 194.79 114.57 113.17 -
System Red Green Blue C M Y K H S L
Decimal 174 210 171 0.17 0 0.19 0.18 115.38 0.3 0.75
Hex AE D2 AB 11 0 13 12 73 1E 4B
Octal 256 322 253 21 0 23 22 163 36 113
Binary 10101110 11010010 10101011 10001 0 10011 10010 1110011 11110 1001011

Color Harmonies of #AED2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2AB

Black with #AED2AB

Text Example


Text Example

White with #AED2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2AB; }

 p { color: rgb(174,210,171); }

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

background-color css

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

 a { background-color: rgb(174,210,171); }

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

border-color css

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

 span { border-color: rgb(174,210,171); }

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