Html Css Color HEX #AAC7B5 Gum Leaf

📋 copy color: '#AAC7B5'

red 170 ◦ green 199 ◦ blue 181

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

Shades of Gum Leaf #AAC7B5

Tints of Gum Leaf #AAC7B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.91%

R = 30.91%
G = 36.18%
B = 32.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#AAC7B5 (or 0xAAC7B5) is known color: Gum Leaf. HEX triplet: AA, C7 and B5. RGB value is (170,199,181). Sum of RGB (Red+Green+Blue) = 170+199+181=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7B5 is #55384A. Grayscale: #BCBCBC. Windows color (decimal): -5584971 or 11913130. OLE color: 11913130.

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

Color convert

RGB 170 199 181 -
CMYK 0.15 0 0.09 0.22
HSL 142.76º 0.21% 0.72% -
HSV(B) 142.76º 0.15% 0.78% -
XYZ 45.34 52.73 51.5 -
YUV 188.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 170 199 181 0.15 0 0.09 0.22 142.76 0.21 0.72
Hex AA C7 B5 F 0 9 16 8F 15 48
Octal 252 307 265 17 0 11 26 217 25 110
Binary 10101010 11000111 10110101 1111 0 1001 10110 10001111 10101 1001000

Color Harmonies of #AAC7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC7B5

Black with #AAC7B5

Text Example


Text Example

White with #AAC7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC7B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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