#ABBAA6

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

Shades of Spring Rain #ABBAA6

Tints of Spring Rain #ABBAA6

Color information

#ABBAA6 (or 0xABBAA6) is unknown color: approx Spring Rain. HEX triplet: AB, BA and A6. RGB value is (171,186,166). Sum of RGB (Red+Green+Blue) = 171+186+166=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAA6 is #544559. Grayscale: #B3B3B3. Windows color (decimal): -5522778 or 10926763. OLE color: 10926763.

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

Color convert

RGB171186166-
CMYK0.0800.110.27
HSL105º12.66%69.02%-
HSV(B)105º10.75%72.94%-
XYZ41.2446.5342.88-
YUV179.24120.53122.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.70%
GREEN value IS 186 (73.05% from 255) = 35.56%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=32.70%
G=35.56%
B=31.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861660.0800.110.2710512.6669.02
HexABBAA680B1B69d45
Octal253272246100133315115105
Binary10101011101110101010011010000101111011110100111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAA6; }

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

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

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

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

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

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

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

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