#ACB2AC

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

Shades of Rainee #ACB2AC

Tints of Rainee #ACB2AC

Color information

#ACB2AC (or 0xACB2AC) is unknown color: approx Rainee. HEX triplet: AC, B2 and AC. RGB value is (172,178,172). Sum of RGB (Red+Green+Blue) = 172+178+172=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB2AC is #534D53. Grayscale: #AFAFAF. Windows color (decimal): -5459284 or 11317932. OLE color: 11317932.

HSL color Cylindrical-coordinate representation of color #ACB2AC: 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.03%. Process color model (Four color, CMYK) of #ACB2AC is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB172178172-
CMYK0.0300.030.30
HSL120º3.75%68.63%-
HSV(B)120º3.37%69.8%-
XYZ40.3843.5945.32-
YUV175.52126.01125.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=32.95%
G=34.10%
B=32.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1721781720.0300.030.301203.7568.63
HexACB2AC3031E78445
Octal254262254303361704105
Binary101011001011001010101100110111111011110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB2AC; }

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

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

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

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

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

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

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

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