#ACB8A7

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

Shades of Spring Rain #ACB8A7

Tints of Spring Rain #ACB8A7

Color information

#ACB8A7 (or 0xACB8A7) is unknown color: approx Spring Rain. HEX triplet: AC, B8 and A7. RGB value is (172,184,167). Sum of RGB (Red+Green+Blue) = 172+184+167=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 167 (65.62% from 255 or 31.93% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB8A7 is #534758. Grayscale: #B2B2B2. Windows color (decimal): -5457753 or 10991788. OLE color: 10991788.

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

Color convert

RGB172184167-
CMYK0.0700.090.28
HSL102.35º10.69%68.82%-
HSV(B)102.35º9.24%72.16%-
XYZ41.1345.8443.24-
YUV178.47121.52123.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 167 (65.62% from 255) = 31.93%
R=32.89%
G=35.18%
B=31.93%

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
Decimal1721841670.0700.090.28102.3510.6968.82
HexACB8A77091C66b45
Octal25427024770113414613105
Binary1010110010111000101001111110100111100110011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8A7; }

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

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

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

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

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

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

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

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