#ACBCA3

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

Shades of Spring Rain #ACBCA3

Tints of Spring Rain #ACBCA3

Color information

#ACBCA3 (or 0xACBCA3) is unknown color: approx Spring Rain. HEX triplet: AC, BC and A3. RGB value is (172,188,163). Sum of RGB (Red+Green+Blue) = 172+188+163=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBCA3 is #53435C. Grayscale: #B4B4B4. Windows color (decimal): -5456733 or 10730668. OLE color: 10730668.

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

Color convert

RGB172188163-
CMYK0.0900.130.26
HSL98.4º15.72%68.82%-
HSV(B)98.4º13.3%73.73%-
XYZ41.6147.3841.6-
YUV180.37118.2122.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=32.89%
G=35.95%
B=31.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881630.0900.130.2698.415.7268.82
HexACBCA390D1A621045
Octal254274243110153214220105
Binary101011001011110010100011100101101110101100010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBCA3; }

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

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

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

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

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

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

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

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