Html Css Color HEX #AED2A8 Zanah

📋 copy color: '#AED2A8'

red 174 ◦ green 210 ◦ blue 168

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

Shades of Zanah #AED2A8

Tints of Zanah #AED2A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.43%

R = 31.52%
G = 38.04%
B = 30.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.2

 K value IS 0.18

RGB Variations

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

Color information

#AED2A8 (or 0xAED2A8) is known color: Zanah. HEX triplet: AE, D2 and A8. RGB value is (174,210,168). Sum of RGB (Red+Green+Blue) = 174+210+168=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED2A8 is #512D57. Grayscale: #C2C2C2. Windows color (decimal): -5320024 or 11063982. OLE color: 11063982.

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

Color convert

RGB 174 210 168 -
CMYK 0.17 0 0.2 0.18
HSL 111.43º 0.32% 0.74% -
HSV(B) 111.43º 0.2% 0.82% -
XYZ 47.57 57.92 45.72 -
YUV 194.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 174 210 168 0.17 0 0.2 0.18 111.43 0.32 0.74
Hex AE D2 A8 11 0 14 12 6F 20 4A
Octal 256 322 250 21 0 24 22 157 40 112
Binary 10101110 11010010 10101000 10001 0 10100 10010 1101111 100000 1001010

Color Harmonies of #AED2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2A8

Black with #AED2A8

Text Example


Text Example

White with #AED2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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