#ACC2A9

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

Shades of Rainee #ACC2A9

Tints of Rainee #ACC2A9

Color information

#ACC2A9 (or 0xACC2A9) is unknown color: approx Rainee. HEX triplet: AC, C2 and A9. RGB value is (172,194,169). Sum of RGB (Red+Green+Blue) = 172+194+169=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC2A9 is #533D56. Grayscale: #B8B8B8. Windows color (decimal): -5455191 or 11125420. OLE color: 11125420.

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

Color convert

RGB172194169-
CMYK0.1100.130.24
HSL112.8º17.01%71.18%-
HSV(B)112.8º12.89%76.08%-
XYZ43.4750.2244.94-
YUV184.57119.21119.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=32.15%
G=36.26%
B=31.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941690.1100.130.24112.817.0171.18
HexACC2A9B0D18711147
Octal254302251130153016121107
Binary101011001100001010101001101101101110001110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC2A9; }

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

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

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

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

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

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

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

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