#AAC7B3

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

Shades of Gum Leaf #AAC7B3

Tints of Gum Leaf #AAC7B3

Color information

#AAC7B3 (or 0xAAC7B3) is unknown color: approx Gum Leaf. HEX triplet: AA, C7 and B3. RGB value is (170,199,179). Sum of RGB (Red+Green+Blue) = 170+199+179=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7B3 is #55384C. Grayscale: #BCBCBC. Windows color (decimal): -5584973 or 11782058. OLE color: 11782058.

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

Color convert

RGB170199179-
CMYK0.1500.100.22
HSL138.62º20.57%72.35%-
HSV(B)138.62º14.57%78.04%-
XYZ45.1452.6550.43-
YUV188.05122.89115.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 199 (78.12% from 255) = 36.31%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=31.02%
G=36.31%
B=32.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701991790.1500.100.22138.6220.5772.35
HexAAC7B3F0A168b1548
Octal252307263170122621325110
Binary1010101011000111101100111111010101011010001011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC7B3; }

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

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

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

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

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

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

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

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