#ACBBA5

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

Shades of Spring Rain #ACBBA5

Tints of Spring Rain #ACBBA5

Color information

#ACBBA5 (or 0xACBBA5) is unknown color: approx Spring Rain. HEX triplet: AC, BB and A5. RGB value is (172,187,165). Sum of RGB (Red+Green+Blue) = 172+187+165=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA5 is #53445A. Grayscale: #B4B4B4. Windows color (decimal): -5456987 or 10861484. OLE color: 10861484.

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

Color convert

RGB172187165-
CMYK0.0800.120.27
HSL100.91º13.92%69.02%-
HSV(B)100.91º11.76%73.33%-
XYZ41.5847.0342.48-
YUV180.01119.53122.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=32.82%
G=35.69%
B=31.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721871650.0800.120.27100.9113.9269.02
HexACBBA580C1B65e45
Octal254273245100143314516105
Binary10101100101110111010010110000110011011110010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBBA5; }

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

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

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

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

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

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

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

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