#ACBFA5

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

Shades of Spring Rain #ACBFA5

Tints of Spring Rain #ACBFA5

Color information

#ACBFA5 (or 0xACBFA5) is unknown color: approx Spring Rain. HEX triplet: AC, BF and A5. RGB value is (172,191,165). Sum of RGB (Red+Green+Blue) = 172+191+165=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBFA5 is #53405A. Grayscale: #B6B6B6. Windows color (decimal): -5455963 or 10862508. OLE color: 10862508.

HSL color Cylindrical-coordinate representation of color #ACBFA5: hue angle of 103.85º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBFA5 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB172191165-
CMYK0.1000.140.25
HSL103.85º16.88%69.8%-
HSV(B)103.85º13.61%74.9%-
XYZ42.4448.7542.77-
YUV182.36118.21120.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 165 (64.84% from 255) = 31.25%
R=32.58%
G=36.17%
B=31.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911650.1000.140.25103.8516.8869.8
HexACBFA5A0E19681146
Octal254277245120163115021106
Binary101011001011111110100101101001110110011101000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFA5; }

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

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

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

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

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

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

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

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