Html Css Color HEX #AAC9AE Gum Leaf

📋 copy color: '#AAC9AE'

red 170 ◦ green 201 ◦ blue 174

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

Shades of Gum Leaf #AAC9AE

Tints of Gum Leaf #AAC9AE

RGB

 RED value IS 170 (66.8% from 255) = 31.19%

 GREEN value IS 201 (78.91% from 255) = 36.88%

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

R = 31.19%
G = 36.88%
B = 31.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#AAC9AE (or 0xAAC9AE) is known color: Gum Leaf. HEX triplet: AA, C9 and AE. RGB value is (170,201,174). Sum of RGB (Red+Green+Blue) = 170+201+174=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC9AE is #553651. Grayscale: #BCBCBC. Windows color (decimal): -5584466 or 11454890. OLE color: 11454890.

HSL color Cylindrical-coordinate representation of color #AAC9AE: hue angle of 127.74º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAC9AE is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 174 -
CMYK 0.15 0 0.13 0.21
HSL 127.74º 0.22% 0.73% -
HSV(B) 127.74º 0.15% 0.79% -
XYZ 45.1 53.38 47.97 -
YUV 188.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 170 201 174 0.15 0 0.13 0.21 127.74 0.22 0.73
Hex AA C9 AE F 0 D 15 80 16 49
Octal 252 311 256 17 0 15 25 200 26 111
Binary 10101010 11001001 10101110 1111 0 1101 10101 10000000 10110 1001001

Color Harmonies of #AAC9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC9AE

Black with #AAC9AE

Text Example


Text Example

White with #AAC9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC9AE; }

 p { color: rgb(170,201,174); }

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

background-color css

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

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

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

border-color css

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

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

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