#ACBCA1

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

Shades of Spring Rain #ACBCA1

Tints of Spring Rain #ACBCA1

Color information

#ACBCA1 (or 0xACBCA1) is unknown color: approx Spring Rain. HEX triplet: AC, BC and A1. RGB value is (172,188,161). Sum of RGB (Red+Green+Blue) = 172+188+161=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCA1 is #53435E. Grayscale: #B4B4B4. Windows color (decimal): -5456735 or 10599596. OLE color: 10599596.

HSL color Cylindrical-coordinate representation of color #ACBCA1: hue angle of 95.56º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACBCA1 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB172188161-
CMYK0.0900.140.26
HSL95.56º16.77%68.43%-
HSV(B)95.56º14.36%73.73%-
XYZ41.4347.3140.67-
YUV180.14117.2122.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 161 (63.28% from 255) = 30.90%
R=33.01%
G=36.08%
B=30.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881610.0900.140.2695.5616.7768.43
HexACBCA190E1A601144
Octal254274241110163214021104
Binary101011001011110010100001100101110110101100000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCA1; }

 p { color: rgb(172,188,161); }

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

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

 a { background-color: rgb(172,188,161); }

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

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

 span { border-color: rgb(172,188,161); }

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