#ACB8A5

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

Shades of Spring Rain #ACB8A5

Tints of Spring Rain #ACB8A5

Color information

#ACB8A5 (or 0xACB8A5) is unknown color: approx Spring Rain. HEX triplet: AC, B8 and A5. RGB value is (172,184,165). Sum of RGB (Red+Green+Blue) = 172+184+165=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB8A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB8A5 is #53475A. Grayscale: #B2B2B2. Windows color (decimal): -5457755 or 10860716. OLE color: 10860716.

HSL color Cylindrical-coordinate representation of color #ACB8A5: hue angle of 97.89º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACB8A5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB172184165-
CMYK0.0700.100.28
HSL97.89º11.8%68.43%-
HSV(B)97.89º10.33%72.16%-
XYZ40.9545.7742.27-
YUV178.25120.52123.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=33.01%
G=35.32%
B=31.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721841650.0700.100.2897.8911.868.43
HexACB8A570A1C62c44
Octal25427024570123414214104
Binary1010110010111000101001011110101011100110001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB8A5; }

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

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

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

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

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

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

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

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