#AAB7AE

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

Shades of Gum Leaf #AAB7AE

Tints of Gum Leaf #AAB7AE

Color information

#AAB7AE (or 0xAAB7AE) is unknown color: approx Gum Leaf. HEX triplet: AA, B7 and AE. RGB value is (170,183,174). Sum of RGB (Red+Green+Blue) = 170+183+174=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7AE is #554851. Grayscale: #B2B2B2. Windows color (decimal): -5589074 or 11450282. OLE color: 11450282.

HSL color Cylindrical-coordinate representation of color #AAB7AE: hue angle of 138.46º 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 #AAB7AE is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB170183174-
CMYK0.0700.050.28
HSL138.46º8.28%69.22%-
HSV(B)138.46º7.1%71.76%-
XYZ41.1545.4746.65-
YUV178.09125.69122.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 183 (71.88% from 255) = 34.72%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=32.26%
G=34.72%
B=33.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831740.0700.050.28138.468.2869.22
HexAAB7AE7051C8a845
Octal2522672567053421210105
Binary1010101010110111101011101110101111001000101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7AE; }

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

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

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

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

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

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

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

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