#ACB3AC

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

Shades of Rainee #ACB3AC

Tints of Rainee #ACB3AC

Color information

#ACB3AC (or 0xACB3AC) is unknown color: approx Rainee. HEX triplet: AC, B3 and AC. RGB value is (172,179,172). Sum of RGB (Red+Green+Blue) = 172+179+172=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB3AC is #534C53. Grayscale: #B0B0B0. Windows color (decimal): -5459028 or 11318188. OLE color: 11318188.

HSL color Cylindrical-coordinate representation of color #ACB3AC: hue angle of 120º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ACB3AC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB172179172-
CMYK0.0400.040.30
HSL120º4.4%68.82%-
HSV(B)120º3.91%70.2%-
XYZ40.5843.9945.38-
YUV176.11125.68125.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.89%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=32.89%
G=34.23%
B=32.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721791720.0400.040.301204.468.82
HexACB3AC4041E78445
Octal254263254404361704105
Binary10101100101100111010110010001001111011110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB3AC; }

 p { color: rgb(172,179,172); }

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

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

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

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

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

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

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