#ACC1A9

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

Shades of Rainee #ACC1A9

Tints of Rainee #ACC1A9

Color information

#ACC1A9 (or 0xACC1A9) is unknown color: approx Rainee. HEX triplet: AC, C1 and A9. RGB value is (172,193,169). Sum of RGB (Red+Green+Blue) = 172+193+169=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC1A9 is #533E56. Grayscale: #B8B8B8. Windows color (decimal): -5455447 or 11125164. OLE color: 11125164.

HSL color Cylindrical-coordinate representation of color #ACC1A9: hue angle of 112.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC1A9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB172193169-
CMYK0.1100.120.24
HSL112.5º16.22%70.98%-
HSV(B)112.5º12.44%75.69%-
XYZ43.2449.7844.86-
YUV183.98119.54119.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 169 (66.41% from 255) = 31.65%
R=32.21%
G=36.14%
B=31.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931690.1100.120.24112.516.2270.98
HexACC1A9B0C18701047
Octal254301251130143016020107
Binary101011001100000110101001101101100110001110000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1A9; }

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

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

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

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

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

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

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

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