#ABBAA7

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

Shades of Spring Rain #ABBAA7

Tints of Spring Rain #ABBAA7

Color information

#ABBAA7 (or 0xABBAA7) is unknown color: approx Spring Rain. HEX triplet: AB, BA and A7. RGB value is (171,186,167). Sum of RGB (Red+Green+Blue) = 171+186+167=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA7 is #544558. Grayscale: #B3B3B3. Windows color (decimal): -5522777 or 10992299. OLE color: 10992299.

HSL color Cylindrical-coordinate representation of color #ABBAA7: hue angle of 107.37º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBAA7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB171186167-
CMYK0.0800.100.27
HSL107.37º12.1%69.22%-
HSV(B)107.37º10.22%72.94%-
XYZ41.3346.5743.37-
YUV179.35121.03122.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 167 (65.62% from 255) = 31.87%
R=32.63%
G=35.50%
B=31.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861670.0800.100.27107.3712.169.22
HexABBAA780A1B6bc45
Octal253272247100123315314105
Binary10101011101110101010011110000101011011110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAA7; }

 p { color: rgb(171,186,167); }

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

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

 a { background-color: rgb(171,186,167); }

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

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

 span { border-color: rgb(171,186,167); }

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