#ACBBA3

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

Shades of Spring Rain #ACBBA3

Tints of Spring Rain #ACBBA3

Color information

#ACBBA3 (or 0xACBBA3) is unknown color: approx Spring Rain. HEX triplet: AC, BB and A3. RGB value is (172,187,163). Sum of RGB (Red+Green+Blue) = 172+187+163=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA3 is #53445C. Grayscale: #B3B3B3. Windows color (decimal): -5456989 or 10730412. OLE color: 10730412.

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

Color convert

RGB172187163-
CMYK0.0800.130.27
HSL97.5º15%68.63%-
HSV(B)97.5º12.83%73.33%-
XYZ41.3946.9641.53-
YUV179.78118.53122.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 163 (64.06% from 255) = 31.23%
R=32.95%
G=35.82%
B=31.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871630.0800.130.2797.51568.63
HexACBBA380D1B61f45
Octal254273243100153314117105
Binary10101100101110111010001110000110111011110000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBA3; }

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

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

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

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

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

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

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

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