#ACB9A9

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

Shades of Rainee #ACB9A9

Tints of Rainee #ACB9A9

Color information

#ACB9A9 (or 0xACB9A9) is unknown color: approx Rainee. HEX triplet: AC, B9 and A9. RGB value is (172,185,169). Sum of RGB (Red+Green+Blue) = 172+185+169=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB9A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACB9A9 is #534656. Grayscale: #B3B3B3. Windows color (decimal): -5457495 or 11123116. OLE color: 11123116.

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

Color convert

RGB172185169-
CMYK0.0700.090.27
HSL108.75º10.26%69.41%-
HSV(B)108.75º8.65%72.55%-
XYZ41.5246.3344.29-
YUV179.29122.19122.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=32.70%
G=35.17%
B=32.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721851690.0700.090.27108.7510.2669.41
HexACB9A97091B6da45
Octal25427125170113315512105
Binary1010110010111001101010011110100111011110110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB9A9; }

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

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

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

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

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

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

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

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