#ACBAA3

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

Shades of Spring Rain #ACBAA3

Tints of Spring Rain #ACBAA3

Color information

#ACBAA3 (or 0xACBAA3) is unknown color: approx Spring Rain. HEX triplet: AC, BA and A3. RGB value is (172,186,163). Sum of RGB (Red+Green+Blue) = 172+186+163=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAA3 is #53455C. Grayscale: #B3B3B3. Windows color (decimal): -5457245 or 10730156. OLE color: 10730156.

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

Color convert

RGB172186163-
CMYK0.0800.120.27
HSL96.52º14.29%68.43%-
HSV(B)96.52º12.37%72.94%-
XYZ41.1846.5341.46-
YUV179.19118.86122.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.01%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 163 (64.06% from 255) = 31.29%
R=33.01%
G=35.70%
B=31.29%

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
Decimal1721861630.0800.120.2796.5214.2968.43
HexACBAA380C1B61e44
Octal254272243100143314116104
Binary10101100101110101010001110000110011011110000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAA3; }

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

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

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

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

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

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

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

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