#AAB1AB

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

Shades of Gum Leaf #AAB1AB

Tints of Gum Leaf #AAB1AB

Color information

#AAB1AB (or 0xAAB1AB) is unknown color: approx Gum Leaf. HEX triplet: AA, B1 and AB. RGB value is (170,177,171). Sum of RGB (Red+Green+Blue) = 170+177+171=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB1AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB1AB is #554E54. Grayscale: #AEAEAE. Windows color (decimal): -5590613 or 11252138. OLE color: 11252138.

HSL color Cylindrical-coordinate representation of color #AAB1AB: hue angle of 128.57º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAB1AB is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB170177171-
CMYK0.0400.030.31
HSL128.57º4.29%68.04%-
HSV(B)128.57º3.95%69.41%-
XYZ39.6542.9344.72-
YUV174.22126.18124.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=32.82%
G=34.17%
B=33.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771710.0400.030.31128.574.2968.04
HexAAB1AB4031F81444
Octal252261253403372014104
Binary10101010101100011010101110001111111100000011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1AB; }

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

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

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

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

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

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

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

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