#ABB3A7

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

Shades of Spring Rain #ABB3A7

Tints of Spring Rain #ABB3A7

Color information

#ABB3A7 (or 0xABB3A7) is unknown color: approx Spring Rain. HEX triplet: AB, B3 and A7. RGB value is (171,179,167). Sum of RGB (Red+Green+Blue) = 171+179+167=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB3A7 is #544C58. Grayscale: #AFAFAF. Windows color (decimal): -5524569 or 10990507. OLE color: 10990507.

HSL color Cylindrical-coordinate representation of color #ABB3A7: hue angle of 100º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB3A7 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB171179167-
CMYK0.0400.070.30
HSL100º7.32%67.84%-
HSV(B)100º6.7%70.2%-
XYZ39.8943.6942.89-
YUV175.24123.35124.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 179 (70.31% from 255) = 34.62%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=33.08%
G=34.62%
B=32.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791670.0400.070.301007.3267.84
HexABB3A74071E64744
Octal253263247407361447104
Binary10101011101100111010011110001111111011001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3A7; }

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

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

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

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

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

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

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

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