Html Css Color HEX #AAC6AC Gum Leaf

📋 copy color: '#AAC6AC'

red 170 ◦ green 198 ◦ blue 172

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

Shades of Gum Leaf #AAC6AC

Tints of Gum Leaf #AAC6AC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.67%

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

R = 31.48%
G = 36.67%
B = 31.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#AAC6AC (or 0xAAC6AC) is known color: Gum Leaf. HEX triplet: AA, C6 and AC. RGB value is (170,198,172). Sum of RGB (Red+Green+Blue) = 170+198+172=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC6AC is #553953. Grayscale: #BABABA. Windows color (decimal): -5585236 or 11323050. OLE color: 11323050.

HSL color Cylindrical-coordinate representation of color #AAC6AC: hue angle of 124.29º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAC6AC is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 172 -
CMYK 0.14 0 0.13 0.22
HSL 124.29º 0.2% 0.72% -
HSV(B) 124.29º 0.14% 0.78% -
XYZ 44.22 51.91 46.72 -
YUV 186.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 170 198 172 0.14 0 0.13 0.22 124.29 0.2 0.72
Hex AA C6 AC E 0 D 16 7C 14 48
Octal 252 306 254 16 0 15 26 174 24 110
Binary 10101010 11000110 10101100 1110 0 1101 10110 1111100 10100 1001000

Color Harmonies of #AAC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC6AC

Black with #AAC6AC

Text Example


Text Example

White with #AAC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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