#ACB6A8

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

Shades of Spring Rain #ACB6A8

Tints of Spring Rain #ACB6A8

Color information

#ACB6A8 (or 0xACB6A8) is unknown color: approx Spring Rain. HEX triplet: AC, B6 and A8. RGB value is (172,182,168). Sum of RGB (Red+Green+Blue) = 172+182+168=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6A8 is #534957. Grayscale: #B1B1B1. Windows color (decimal): -5458264 or 11056812. OLE color: 11056812.

HSL color Cylindrical-coordinate representation of color #ACB6A8: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ACB6A8 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB172182168-
CMYK0.0500.080.29
HSL102.86º8.75%68.63%-
HSV(B)102.86º7.69%71.37%-
XYZ40.8145.0543.59-
YUV177.41122.69124.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 168 (66.02% from 255) = 32.18%
R=32.95%
G=34.87%
B=32.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721821680.0500.080.29102.868.7568.63
HexACB6A85081D67945
Octal25426625050103514711105
Binary1010110010110110101010001010100011101110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6A8; }

 p { color: rgb(172,182,168); }

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

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

 a { background-color: rgb(172,182,168); }

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

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

 span { border-color: rgb(172,182,168); }

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