Html Css Color HEX #AED1A8 Zanah

📋 copy color: '#AED1A8'

red 174 ◦ green 209 ◦ blue 168

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

Shades of Zanah #AED1A8

Tints of Zanah #AED1A8

RGB

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

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

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

R = 31.58%
G = 37.93%
B = 30.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#AED1A8 (or 0xAED1A8) is known color: Zanah. HEX triplet: AE, D1 and A8. RGB value is (174,209,168). Sum of RGB (Red+Green+Blue) = 174+209+168=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED1A8 is #512E57. Grayscale: #C1C1C1. Windows color (decimal): -5320280 or 11063726. OLE color: 11063726.

HSL color Cylindrical-coordinate representation of color #AED1A8: hue angle of 111.22º degrees, saturation: 0.31, 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 #AED1A8 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 209 168 -
CMYK 0.17 0 0.20 0.18
HSL 111.22º 0.31% 0.74% -
HSV(B) 111.22º 0.2% 0.82% -
XYZ 47.32 57.43 45.64 -
YUV 193.86 113.4 113.83 -
System Red Green Blue C M Y K H S L
Decimal 174 209 168 0.17 0 0.20 0.18 111.22 0.31 0.74
Hex AE D1 A8 11 0 14 12 6F 1F 4A
Octal 256 321 250 21 0 24 22 157 37 112
Binary 10101110 11010001 10101000 10001 0 10100 10010 1101111 11111 1001010

Color Harmonies of #AED1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1A8

Black with #AED1A8

Text Example


Text Example

White with #AED1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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