#ACB7A7

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

Shades of Spring Rain #ACB7A7

Tints of Spring Rain #ACB7A7

Color information

#ACB7A7 (or 0xACB7A7) is unknown color: approx Spring Rain. HEX triplet: AC, B7 and A7. RGB value is (172,183,167). Sum of RGB (Red+Green+Blue) = 172+183+167=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7A7 is #534858. Grayscale: #B1B1B1. Windows color (decimal): -5458009 or 10991532. OLE color: 10991532.

HSL color Cylindrical-coordinate representation of color #ACB7A7: hue angle of 101.25º 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 #ACB7A7 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB172183167-
CMYK0.0600.090.28
HSL101.25º10%68.63%-
HSV(B)101.25º8.74%71.76%-
XYZ40.9245.4343.17-
YUV177.89121.86123.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=32.95%
G=35.06%
B=31.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721831670.0600.090.28101.251068.63
HexACB7A76091C65a45
Octal25426724760113414512105
Binary1010110010110111101001111100100111100110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7A7; }

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

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

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

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

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

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

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

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