#ACB6A7

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

Shades of Spring Rain #ACB6A7

Tints of Spring Rain #ACB6A7

Color information

#ACB6A7 (or 0xACB6A7) is unknown color: approx Spring Rain. HEX triplet: AC, B6 and A7. RGB value is (172,182,167). Sum of RGB (Red+Green+Blue) = 172+182+167=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB6A7 is #534958. Grayscale: #B1B1B1. Windows color (decimal): -5458265 or 10991276. OLE color: 10991276.

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

Color convert

RGB172182167-
CMYK0.0500.080.29
HSL100º9.32%68.43%-
HSV(B)100º8.24%71.37%-
XYZ40.7245.0243.1-
YUV177.3122.19124.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 167 (65.62% from 255) = 32.05%
R=33.01%
G=34.93%
B=32.05%

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
Decimal1721821670.0500.080.291009.3268.43
HexACB6A75081D64944
Octal25426624750103514411104
Binary1010110010110110101001111010100011101110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6A7; }

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

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

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

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

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

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

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

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