Html Css Color HEX #AECCA9 Zanah

📋 copy color: '#AECCA9'

red 174 ◦ green 204 ◦ blue 169

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

Shades of Zanah #AECCA9

Tints of Zanah #AECCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.9%

R = 31.81%
G = 37.29%
B = 30.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#AECCA9 (or 0xAECCA9) is known color: Zanah. HEX triplet: AE, CC and A9. RGB value is (174,204,169). Sum of RGB (Red+Green+Blue) = 174+204+169=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECCA9 is #513356. Grayscale: #BFBFBF. Windows color (decimal): -5321559 or 11127982. OLE color: 11127982.

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

Color convert

RGB 174 204 169 -
CMYK 0.15 0 0.17 0.2
HSL 111.43º 0.26% 0.73% -
HSV(B) 111.43º 0.17% 0.8% -
XYZ 46.21 55.05 45.73 -
YUV 191.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 174 204 169 0.15 0 0.17 0.2 111.43 0.26 0.73
Hex AE CC A9 F 0 11 14 6F 1A 49
Octal 256 314 251 17 0 21 24 157 32 111
Binary 10101110 11001100 10101001 1111 0 10001 10100 1101111 11010 1001001

Color Harmonies of #AECCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCA9

Black with #AECCA9

Text Example


Text Example

White with #AECCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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