Html Css Color HEX #AECCAE Zanah

📋 copy color: '#AECCAE'

red 174 ◦ green 204 ◦ blue 174

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

Shades of Zanah #AECCAE

Tints of Zanah #AECCAE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.96%

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

R = 31.52%
G = 36.96%
B = 31.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#AECCAE (or 0xAECCAE) is known color: Zanah. HEX triplet: AE, CC and AE. RGB value is (174,204,174). Sum of RGB (Red+Green+Blue) = 174+204+174=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCAE is #513351. Grayscale: #BFBFBF. Windows color (decimal): -5321554 or 11455662. OLE color: 11455662.

HSL color Cylindrical-coordinate representation of color #AECCAE: hue angle of 120º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECCAE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 204 174 -
CMYK 0.15 0 0.15 0.2
HSL 120º 0.23% 0.74% -
HSV(B) 120º 0.15% 0.8% -
XYZ 46.69 55.24 48.25 -
YUV 191.61 118.06 115.44 -
System Red Green Blue C M Y K H S L
Decimal 174 204 174 0.15 0 0.15 0.2 120 0.23 0.74
Hex AE CC AE F 0 F 14 78 17 4A
Octal 256 314 256 17 0 17 24 170 27 112
Binary 10101110 11001100 10101110 1111 0 1111 10100 1111000 10111 1001010

Color Harmonies of #AECCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCAE

Black with #AECCAE

Text Example


Text Example

White with #AECCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCAE; }

 p { color: rgb(174,204,174); }

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

background-color css

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

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

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

border-color css

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

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

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