#ACBAA7

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

Shades of Spring Rain #ACBAA7

Tints of Spring Rain #ACBAA7

Color information

#ACBAA7 (or 0xACBAA7) is unknown color: approx Spring Rain. HEX triplet: AC, BA and A7. RGB value is (172,186,167). Sum of RGB (Red+Green+Blue) = 172+186+167=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBAA7 is #534558. Grayscale: #B3B3B3. Windows color (decimal): -5457241 or 10992300. OLE color: 10992300.

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

Color convert

RGB172186167-
CMYK0.0800.100.27
HSL104.21º12.1%69.22%-
HSV(B)104.21º10.22%72.94%-
XYZ41.5546.6843.38-
YUV179.65120.86122.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=32.76%
G=35.43%
B=31.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721861670.0800.100.27104.2112.169.22
HexACBAA780A1B68c45
Octal254272247100123315014105
Binary10101100101110101010011110000101011011110100011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBAA7; }

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

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

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

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

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

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

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

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