#ACB7A6

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

Shades of Spring Rain #ACB7A6

Tints of Spring Rain #ACB7A6

Color information

#ACB7A6 (or 0xACB7A6) is unknown color: approx Spring Rain. HEX triplet: AC, B7 and A6. RGB value is (172,183,166). Sum of RGB (Red+Green+Blue) = 172+183+166=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB7A6 is #534859. Grayscale: #B1B1B1. Windows color (decimal): -5458010 or 10925996. OLE color: 10925996.

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

Color convert

RGB172183166-
CMYK0.0600.090.28
HSL98.82º10.56%68.43%-
HSV(B)98.82º9.29%71.76%-
XYZ40.8345.3942.69-
YUV177.77121.36123.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 166 (65.23% from 255) = 31.86%
R=33.01%
G=35.12%
B=31.86%

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
Decimal1721831660.0600.090.2898.8210.5668.43
HexACB7A66091C63b44
Octal25426724660113414313104
Binary1010110010110111101001101100100111100110001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7A6; }

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

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

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

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

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

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

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

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