#ABB7A7

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

Shades of Spring Rain #ABB7A7

Tints of Spring Rain #ABB7A7

Color information

#ABB7A7 (or 0xABB7A7) is unknown color: approx Spring Rain. HEX triplet: AB, B7 and A7. RGB value is (171,183,167). Sum of RGB (Red+Green+Blue) = 171+183+167=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB7A7 is #544858. Grayscale: #B1B1B1. Windows color (decimal): -5523545 or 10991531. OLE color: 10991531.

HSL color Cylindrical-coordinate representation of color #ABB7A7: hue angle of 105º degrees, saturation: 0.1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB7A7 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB171183167-
CMYK0.0700.090.28
HSL105º10%68.63%-
HSV(B)105º8.74%71.76%-
XYZ40.745.3143.16-
YUV177.59122.02123.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=32.82%
G=35.12%
B=32.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711831670.0700.090.281051068.63
HexABB7A77091C69a45
Octal25326724770113415112105
Binary1010101110110111101001111110100111100110100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7A7; }

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

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

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

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

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

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

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

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