#AAB691

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

Shades of Green Spring #AAB691

Tints of Green Spring #AAB691

Color information

#AAB691 (or 0xAAB691) is unknown color: approx Green Spring. HEX triplet: AA, B6 and 91. RGB value is (170,182,145). Sum of RGB (Red+Green+Blue) = 170+182+145=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB691 is #55496E. Grayscale: #AEAEAE. Windows color (decimal): -5589359 or 9549482. OLE color: 9549482.

HSL color Cylindrical-coordinate representation of color #AAB691: hue angle of 79.46º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB691 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB170182145-
CMYK0.0700.200.29
HSL79.46º20.22%64.12%-
HSV(B)79.46º20.33%71.37%-
XYZ38.4244.0533.27-
YUV174.19111.52125.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 145 (57.03% from 255) = 29.18%
R=34.21%
G=36.62%
B=29.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821450.0700.200.2979.4620.2264.12
HexAAB69170141D4f1440
Octal25226622170243511724100
Binary101010101011011010010001111010100111011001111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB691; }

 p { color: rgb(170,182,145); }

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

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

 a { background-color: rgb(170,182,145); }

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

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

 span { border-color: rgb(170,182,145); }

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