#AAC8B1

Color #AAC8B1 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #AAC8B1

Tints of Gum Leaf #AAC8B1

Color information

#AAC8B1 (or 0xAAC8B1) is unknown color: approx Gum Leaf. HEX triplet: AA, C8 and B1. RGB value is (170,200,177). Sum of RGB (Red+Green+Blue) = 170+200+177=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC8B1 is #55374E. Grayscale: #BCBCBC. Windows color (decimal): -5584719 or 11651242. OLE color: 11651242.

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

Color convert

RGB170200177-
CMYK0.1500.120.22
HSL134º21.43%72.55%-
HSV(B)134º15%78.43%-
XYZ45.1753.0349.45-
YUV188.41121.56114.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 200 (78.52% from 255) = 36.56%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=31.08%
G=36.56%
B=32.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001770.1500.120.2213421.4372.55
HexAAC8B1F0C16861549
Octal252310261170142620625111
Binary1010101011001000101100011111011001011010000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC8B1; }

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

 H1.HeaderClassName
 {
   color: #AAC8B1;
 }
 .AnyTagClassName
 {
   color: #AAC8B1;
 }
</style>
background-color css

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

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

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

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

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

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