Html Css Color HEX #AED0AB Zanah

📋 copy color: '#AED0AB'

red 174 ◦ green 208 ◦ blue 171

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

Shades of Zanah #AED0AB

Tints of Zanah #AED0AB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

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

R = 31.46%
G = 37.61%
B = 30.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#AED0AB (or 0xAED0AB) is known color: Zanah. HEX triplet: AE, D0 and AB. RGB value is (174,208,171). Sum of RGB (Red+Green+Blue) = 174+208+171=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED0AB is #512F54. Grayscale: #C1C1C1. Windows color (decimal): -5320533 or 11260078. OLE color: 11260078.

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

Color convert

RGB 174 208 171 -
CMYK 0.16 0 0.18 0.18
HSL 115.14º 0.28% 0.74% -
HSV(B) 115.14º 0.18% 0.82% -
XYZ 47.36 57.05 47.04 -
YUV 193.62 115.24 114.01 -
System Red Green Blue C M Y K H S L
Decimal 174 208 171 0.16 0 0.18 0.18 115.14 0.28 0.74
Hex AE D0 AB 10 0 12 12 73 1C 4A
Octal 256 320 253 20 0 22 22 163 34 112
Binary 10101110 11010000 10101011 10000 0 10010 10010 1110011 11100 1001010

Color Harmonies of #AED0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0AB

Black with #AED0AB

Text Example


Text Example

White with #AED0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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