#acc8a6

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

Shades of Rainee #ACC8A6

Tints of Rainee #ACC8A6

Color information

#ACC8A6 (or 0xACC8A6) is unknown color: approx Rainee. HEX triplet: AC, C8 and A6. RGB value is (172,200,166). Sum of RGB (Red+Green+Blue) = 172+200+166=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8A6 is #533759. Grayscale: #BBBBBB. Windows color (decimal): -5453658 or 10930348. OLE color: 10930348.

HSL color Cylindrical-coordinate representation of color #ACC8A6: hue angle of 109.41º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACC8A6 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB172200166-
CMYK0.1400.170.22
HSL109.41º23.61%71.76%-
HSV(B)109.41º17%78.43%-
XYZ44.5552.8343.93-
YUV187.75115.72116.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 200 (78.52% from 255) = 37.17%
BLUE value IS 166 (65.23% from 255) = 30.86%
R=31.97%
G=37.17%
B=30.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001660.1400.170.22109.4123.6171.76
HexACC8A6E011166d1848
Octal254310246160212615530110
Binary1010110011001000101001101110010001101101101101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acc8a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acc8a6; }

 p { color: rgb(172,200,166); }

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

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

 a { background-color: rgb(172,200,166); }

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

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

 span { border-color: rgb(172,200,166); }

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