#AAB7AC

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

Shades of Gum Leaf #AAB7AC

Tints of Gum Leaf #AAB7AC

Color information

#AAB7AC (or 0xAAB7AC) is unknown color: approx Gum Leaf. HEX triplet: AA, B7 and AC. RGB value is (170,183,172). Sum of RGB (Red+Green+Blue) = 170+183+172=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7AC is #554853. Grayscale: #B1B1B1. Windows color (decimal): -5589076 or 11319210. OLE color: 11319210.

HSL color Cylindrical-coordinate representation of color #AAB7AC: hue angle of 129.23º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB7AC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB170183172-
CMYK0.0700.060.28
HSL129.23º8.28%69.22%-
HSV(B)129.23º7.1%71.76%-
XYZ40.9645.3945.63-
YUV177.86124.69122.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=32.38%
G=34.86%
B=32.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831720.0700.060.28129.238.2869.22
HexAAB7AC7061C81845
Octal2522672547063420110105
Binary1010101010110111101011001110110111001000000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7AC; }

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

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

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

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

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

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

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

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