Html Css Color HEX #AED1AF Zanah

📋 copy color: '#AED1AF'

red 174 ◦ green 209 ◦ blue 175

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

Shades of Zanah #AED1AF

Tints of Zanah #AED1AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.36%

R = 31.18%
G = 37.46%
B = 31.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#AED1AF (or 0xAED1AF) is known color: Zanah. HEX triplet: AE, D1 and AF. RGB value is (174,209,175). Sum of RGB (Red+Green+Blue) = 174+209+175=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED1AF is #512E50. Grayscale: #C2C2C2. Windows color (decimal): -5320273 or 11522478. OLE color: 11522478.

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

Color convert

RGB 174 209 175 -
CMYK 0.17 0 0.16 0.18
HSL 121.71º 0.28% 0.75% -
HSV(B) 121.71º 0.17% 0.82% -
XYZ 47.99 57.69 49.16 -
YUV 194.66 116.9 113.26 -
System Red Green Blue C M Y K H S L
Decimal 174 209 175 0.17 0 0.16 0.18 121.71 0.28 0.75
Hex AE D1 AF 11 0 10 12 7A 1C 4B
Octal 256 321 257 21 0 20 22 172 34 113
Binary 10101110 11010001 10101111 10001 0 10000 10010 1111010 11100 1001011

Color Harmonies of #AED1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1AF

Black with #AED1AF

Text Example


Text Example

White with #AED1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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