Html Css Color HEX #AECFA6 Zanah

📋 copy color: '#AECFA6'

red 174 ◦ green 207 ◦ blue 166

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

Shades of Zanah #AECFA6

Tints of Zanah #AECFA6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.84%

 BLUE value IS 166 (65.23% from 255) = 30.35%

R = 31.81%
G = 37.84%
B = 30.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#AECFA6 (or 0xAECFA6) is known color: Zanah. HEX triplet: AE, CF and A6. RGB value is (174,207,166). Sum of RGB (Red+Green+Blue) = 174+207+166=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #AECFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECFA6 is #513059. Grayscale: #C0C0C0. Windows color (decimal): -5320794 or 10932142. OLE color: 10932142.

HSL color Cylindrical-coordinate representation of color #AECFA6: hue angle of 108.29º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AECFA6 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 207 166 -
CMYK 0.16 0 0.20 0.19
HSL 108.29º 0.3% 0.73% -
HSV(B) 108.29º 0.2% 0.81% -
XYZ 46.65 56.38 44.5 -
YUV 192.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 174 207 166 0.16 0 0.20 0.19 108.29 0.3 0.73
Hex AE CF A6 10 0 14 13 6C 1E 49
Octal 256 317 246 20 0 24 23 154 36 111
Binary 10101110 11001111 10100110 10000 0 10100 10011 1101100 11110 1001001

Color Harmonies of #AECFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECFA6

Black with #AECFA6

Text Example


Text Example

White with #AECFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECFA6; }

 p { color: rgb(174,207,166); }

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

background-color css

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

 a { background-color: rgb(174,207,166); }

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

border-color css

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

 span { border-color: rgb(174,207,166); }

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