#ABB4A7

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

Shades of Spring Rain #ABB4A7

Tints of Spring Rain #ABB4A7

Color information

#ABB4A7 (or 0xABB4A7) is unknown color: approx Spring Rain. HEX triplet: AB, B4 and A7. RGB value is (171,180,167). Sum of RGB (Red+Green+Blue) = 171+180+167=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB4A7 is #544B58. Grayscale: #AFAFAF. Windows color (decimal): -5524313 or 10990763. OLE color: 10990763.

HSL color Cylindrical-coordinate representation of color #ABB4A7: hue angle of 101.54º 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 #ABB4A7 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB171180167-
CMYK0.0500.070.29
HSL101.54º7.98%68.04%-
HSV(B)101.54º7.22%70.59%-
XYZ40.0944.0942.96-
YUV175.83123.02124.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=33.01%
G=34.75%
B=32.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801670.0500.070.29101.547.9868.04
HexABB4A75071D66844
Octal2532642475073514610104
Binary101010111011010010100111101011111101110011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4A7; }

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

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

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

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

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

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

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

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