#AAB09A

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

Shades of Green Spring #AAB09A

Tints of Green Spring #AAB09A

Color information

#AAB09A (or 0xAAB09A) is unknown color: approx Green Spring. HEX triplet: AA, B0 and 9A. RGB value is (170,176,154). Sum of RGB (Red+Green+Blue) = 170+176+154=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB09A is #554F65. Grayscale: #ABABAB. Windows color (decimal): -5590886 or 10137770. OLE color: 10137770.

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

Color convert

RGB170176154-
CMYK0.0300.120.31
HSL76.36º12.22%64.71%-
HSV(B)76.36º12.5%69.02%-
XYZ37.9441.9336.67-
YUV171.7118.01126.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=34%
G=35.2%
B=30.8%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701761540.0300.120.3176.3612.2264.71
HexAAB09A30C1F4cc41
Octal25226023230143711414101
Binary101010101011000010011010110110011111100110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB09A; }

 p { color: rgb(170,176,154); }

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

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

 a { background-color: rgb(170,176,154); }

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

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

 span { border-color: rgb(170,176,154); }

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