#ACC5A7

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

Shades of Rainee #ACC5A7

Tints of Rainee #ACC5A7

Color information

#ACC5A7 (or 0xACC5A7) is unknown color: approx Rainee. HEX triplet: AC, C5 and A7. RGB value is (172,197,167). Sum of RGB (Red+Green+Blue) = 172+197+167=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 167 (65.62% from 255 or 31.16% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5A7 is #533A58. Grayscale: #BABABA. Windows color (decimal): -5454425 or 10995116. OLE color: 10995116.

HSL color Cylindrical-coordinate representation of color #ACC5A7: hue angle of 110º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC5A7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB172197167-
CMYK0.1300.150.23
HSL110º20.55%71.37%-
HSV(B)110º15.23%77.25%-
XYZ43.9551.4944.18-
YUV186.1117.22117.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 197 (77.34% from 255) = 36.75%
BLUE value IS 167 (65.62% from 255) = 31.16%
R=32.09%
G=36.75%
B=31.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971670.1300.150.2311020.5571.37
HexACC5A7D0F176e1547
Octal254305247150172715625107
Binary101011001100010110100111110101111101111101110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5A7; }

 p { color: rgb(172,197,167); }

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

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

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

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

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

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

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