#ABB5A8

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

Shades of Spring Rain #ABB5A8

Tints of Spring Rain #ABB5A8

Color information

#ABB5A8 (or 0xABB5A8) is unknown color: approx Spring Rain. HEX triplet: AB, B5 and A8. RGB value is (171,181,168). Sum of RGB (Red+Green+Blue) = 171+181+168=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB5A8 is #544A57. Grayscale: #B0B0B0. Windows color (decimal): -5524056 or 11056555. OLE color: 11056555.

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

Color convert

RGB171181168-
CMYK0.0600.070.29
HSL106.15º8.07%68.43%-
HSV(B)106.15º7.18%70.98%-
XYZ40.3944.5343.51-
YUV176.53123.19124.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=32.88%
G=34.81%
B=32.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711811680.0600.070.29106.158.0768.43
HexABB5A86071D6a844
Octal2532652506073515210104
Binary101010111011010110101000110011111101110101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5A8; }

 p { color: rgb(171,181,168); }

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

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

 a { background-color: rgb(171,181,168); }

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

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

 span { border-color: rgb(171,181,168); }

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