Html Css Color HEX #AAC2AC Gum Leaf

📋 copy color: '#AAC2AC'

red 170 ◦ green 194 ◦ blue 172

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

Shades of Gum Leaf #AAC2AC

Tints of Gum Leaf #AAC2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.09%

R = 31.72%
G = 36.19%
B = 32.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#AAC2AC (or 0xAAC2AC) is known color: Gum Leaf. HEX triplet: AA, C2 and AC. RGB value is (170,194,172). Sum of RGB (Red+Green+Blue) = 170+194+172=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC2AC is #553D53. Grayscale: #B8B8B8. Windows color (decimal): -5586260 or 11322026. OLE color: 11322026.

HSL color Cylindrical-coordinate representation of color #AAC2AC: hue angle of 125º 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 #AAC2AC is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 172 -
CMYK 0.12 0 0.11 0.24
HSL 125º 0.16% 0.71% -
HSV(B) 125º 0.12% 0.76% -
XYZ 43.32 50.11 46.42 -
YUV 184.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 170 194 172 0.12 0 0.11 0.24 125 0.16 0.71
Hex AA C2 AC C 0 B 18 7D 10 47
Octal 252 302 254 14 0 13 30 175 20 107
Binary 10101010 11000010 10101100 1100 0 1011 11000 1111101 10000 1000111

Color Harmonies of #AAC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC2AC

Black with #AAC2AC

Text Example


Text Example

White with #AAC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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