Html Css Color HEX #AAC2AE Gum Leaf

📋 copy color: '#AAC2AE'

red 170 ◦ green 194 ◦ blue 174

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

Shades of Gum Leaf #AAC2AE

Tints of Gum Leaf #AAC2AE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.06%

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

R = 31.6%
G = 36.06%
B = 32.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#AAC2AE (or 0xAAC2AE) is known color: Gum Leaf. HEX triplet: AA, C2 and AE. RGB value is (170,194,174). Sum of RGB (Red+Green+Blue) = 170+194+174=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC2AE is #553D51. Grayscale: #B8B8B8. Windows color (decimal): -5586258 or 11453098. OLE color: 11453098.

HSL color Cylindrical-coordinate representation of color #AAC2AE: hue angle of 130º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAC2AE is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 174 -
CMYK 0.12 0 0.10 0.24
HSL 130º 0.16% 0.71% -
HSV(B) 130º 0.12% 0.76% -
XYZ 43.51 50.19 47.44 -
YUV 184.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 170 194 174 0.12 0 0.10 0.24 130 0.16 0.71
Hex AA C2 AE C 0 A 18 82 10 47
Octal 252 302 256 14 0 12 30 202 20 107
Binary 10101010 11000010 10101110 1100 0 1010 11000 10000010 10000 1000111

Color Harmonies of #AAC2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2AE

Black with #AAC2AE

Text Example


Text Example

White with #AAC2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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