Html Css Color HEX #AAC7AC Gum Leaf

📋 copy color: '#AAC7AC'

red 170 ◦ green 199 ◦ blue 172

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

Shades of Gum Leaf #AAC7AC

Tints of Gum Leaf #AAC7AC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.78%

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

R = 31.42%
G = 36.78%
B = 31.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#AAC7AC (or 0xAAC7AC) is known color: Gum Leaf. HEX triplet: AA, C7 and AC. RGB value is (170,199,172). Sum of RGB (Red+Green+Blue) = 170+199+172=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7AC is #553853. Grayscale: #BBBBBB. Windows color (decimal): -5584980 or 11323306. OLE color: 11323306.

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

Color convert

RGB 170 199 172 -
CMYK 0.15 0 0.14 0.22
HSL 124.14º 0.21% 0.72% -
HSV(B) 124.14º 0.15% 0.78% -
XYZ 44.45 52.37 46.8 -
YUV 187.25 119.39 115.7 -
System Red Green Blue C M Y K H S L
Decimal 170 199 172 0.15 0 0.14 0.22 124.14 0.21 0.72
Hex AA C7 AC F 0 E 16 7C 15 48
Octal 252 307 254 17 0 16 26 174 25 110
Binary 10101010 11000111 10101100 1111 0 1110 10110 1111100 10101 1001000

Color Harmonies of #AAC7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC7AC

Black with #AAC7AC

Text Example


Text Example

White with #AAC7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC7AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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