#ACB9AB

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

Shades of Rainee #ACB9AB

Tints of Rainee #ACB9AB

Color information

#ACB9AB (or 0xACB9AB) is unknown color: approx Rainee. HEX triplet: AC, B9 and AB. RGB value is (172,185,171). Sum of RGB (Red+Green+Blue) = 172+185+171=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9AB is #534654. Grayscale: #B3B3B3. Windows color (decimal): -5457493 or 11254188. OLE color: 11254188.

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

Color convert

RGB172185171-
CMYK0.0700.080.27
HSL115.71º9.09%69.8%-
HSV(B)115.71º7.57%72.55%-
XYZ41.7146.4145.29-
YUV179.52123.19122.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.58%
GREEN value IS 185 (72.66% from 255) = 35.04%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=32.58%
G=35.04%
B=32.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851710.0700.080.27115.719.0969.8
HexACB9AB7081B74946
Octal25427125370103316411106
Binary1010110010111001101010111110100011011111010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9AB; }

 p { color: rgb(172,185,171); }

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

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

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

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

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

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

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