#AAB695

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

Shades of Green Spring #AAB695

Tints of Green Spring #AAB695

Color information

#AAB695 (or 0xAAB695) is unknown color: approx Green Spring. HEX triplet: AA, B6 and 95. RGB value is (170,182,149). Sum of RGB (Red+Green+Blue) = 170+182+149=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB695 is #55496A. Grayscale: #AEAEAE. Windows color (decimal): -5589355 or 9811626. OLE color: 9811626.

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

Color convert

RGB170182149-
CMYK0.0700.180.29
HSL81.82º18.44%64.9%-
HSV(B)81.82º18.13%71.37%-
XYZ38.7344.1734.92-
YUV174.65113.52124.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=33.93%
G=36.33%
B=29.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821490.0700.180.2981.8218.4464.9
HexAAB69570121D521241
Octal25226622570223512222101
Binary101010101011011010010101111010010111011010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB695; }

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

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

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

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

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

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

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

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