Html Css Color HEX #AAC7B1 Gum Leaf

📋 copy color: '#AAC7B1'

red 170 ◦ green 199 ◦ blue 177

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

Shades of Gum Leaf #AAC7B1

Tints of Gum Leaf #AAC7B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.42%

R = 31.14%
G = 36.45%
B = 32.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#AAC7B1 (or 0xAAC7B1) is known color: Gum Leaf. HEX triplet: AA, C7 and B1. RGB value is (170,199,177). Sum of RGB (Red+Green+Blue) = 170+199+177=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC7B1 is #55384E. Grayscale: #BBBBBB. Windows color (decimal): -5584975 or 11650986. OLE color: 11650986.

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

Color convert

RGB 170 199 177 -
CMYK 0.15 0 0.11 0.22
HSL 134.48º 0.21% 0.72% -
HSV(B) 134.48º 0.15% 0.78% -
XYZ 44.94 52.57 49.37 -
YUV 187.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 170 199 177 0.15 0 0.11 0.22 134.48 0.21 0.72
Hex AA C7 B1 F 0 B 16 86 15 48
Octal 252 307 261 17 0 13 26 206 25 110
Binary 10101010 11000111 10110001 1111 0 1011 10110 10000110 10101 1001000

Color Harmonies of #AAC7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC7B1

Black with #AAC7B1

Text Example


Text Example

White with #AAC7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC7B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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