#ACB9A5

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

Shades of Spring Rain #ACB9A5

Tints of Spring Rain #ACB9A5

Color information

#ACB9A5 (or 0xACB9A5) is unknown color: approx Spring Rain. HEX triplet: AC, B9 and A5. RGB value is (172,185,165). Sum of RGB (Red+Green+Blue) = 172+185+165=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9A5 is #53465A. Grayscale: #B2B2B2. Windows color (decimal): -5457499 or 10860972. OLE color: 10860972.

HSL color Cylindrical-coordinate representation of color #ACB9A5: hue angle of 99º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACB9A5 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB172185165-
CMYK0.0700.110.27
HSL99º12.5%68.63%-
HSV(B)99º10.81%72.55%-
XYZ41.1546.1942.34-
YUV178.83120.19123.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=32.95%
G=35.44%
B=31.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851650.0700.110.279912.568.63
HexACB9A570B1B63d45
Octal25427124570133314315105
Binary1010110010111001101001011110101111011110001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9A5; }

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

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

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

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

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

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

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

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