#ACBDA3

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

Shades of Spring Rain #ACBDA3

Tints of Spring Rain #ACBDA3

Color information

#ACBDA3 (or 0xACBDA3) is unknown color: approx Spring Rain. HEX triplet: AC, BD and A3. RGB value is (172,189,163). Sum of RGB (Red+Green+Blue) = 172+189+163=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDA3 is #53425C. Grayscale: #B5B5B5. Windows color (decimal): -5456477 or 10730924. OLE color: 10730924.

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

Color convert

RGB172189163-
CMYK0.0900.140.26
HSL99.23º16.46%69.02%-
HSV(B)99.23º13.76%74.12%-
XYZ41.8247.8141.67-
YUV180.95117.87121.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.82%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 163 (64.06% from 255) = 31.11%
R=32.82%
G=36.07%
B=31.11%

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
Decimal1721891630.0900.140.2699.2316.4669.02
HexACBDA390E1A631045
Octal254275243110163214320105
Binary101011001011110110100011100101110110101100011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDA3; }

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

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

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

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

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

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

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

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