Html Css Color HEX #AED1AB Zanah

📋 copy color: '#AED1AB'

red 174 ◦ green 209 ◦ blue 171

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

Shades of Zanah #AED1AB

Tints of Zanah #AED1AB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.73%

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

R = 31.41%
G = 37.73%
B = 30.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#AED1AB (or 0xAED1AB) is known color: Zanah. HEX triplet: AE, D1 and AB. RGB value is (174,209,171). Sum of RGB (Red+Green+Blue) = 174+209+171=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED1AB is #512E54. Grayscale: #C2C2C2. Windows color (decimal): -5320277 or 11260334. OLE color: 11260334.

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

Color convert

RGB 174 209 171 -
CMYK 0.17 0 0.18 0.18
HSL 115.26º 0.29% 0.75% -
HSV(B) 115.26º 0.18% 0.82% -
XYZ 47.61 57.54 47.13 -
YUV 194.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 174 209 171 0.17 0 0.18 0.18 115.26 0.29 0.75
Hex AE D1 AB 11 0 12 12 73 1D 4B
Octal 256 321 253 21 0 22 22 163 35 113
Binary 10101110 11010001 10101011 10001 0 10010 10010 1110011 11101 1001011

Color Harmonies of #AED1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1AB

Black with #AED1AB

Text Example


Text Example

White with #AED1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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