#AAB18F

Color #AAB18F Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #AAB18F

Tints of Green Spring #AAB18F

Color information

#AAB18F (or 0xAAB18F) is unknown color: approx Green Spring. HEX triplet: AA, B1 and 8F. RGB value is (170,177,143). Sum of RGB (Red+Green+Blue) = 170+177+143=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB18F is #554E70. Grayscale: #ABABAB. Windows color (decimal): -5590641 or 9417130. OLE color: 9417130.

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

Color convert

RGB170177143-
CMYK0.0400.190.31
HSL72.35º17.89%62.75%-
HSV(B)72.35º19.21%69.41%-
XYZ37.2641.9732.12-
YUV171.03112.18127.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=34.69%
G=36.12%
B=29.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701771430.0400.190.3172.3517.8962.75
HexAAB18F40131F48123f
Octal2522612174023371102277
Binary10101010101100011000111110001001111111100100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB18F; }

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

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

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

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

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

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

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

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