#ACC6A7

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

Shades of Rainee #ACC6A7

Tints of Rainee #ACC6A7

Color information

#ACC6A7 (or 0xACC6A7) is unknown color: approx Rainee. HEX triplet: AC, C6 and A7. RGB value is (172,198,167). Sum of RGB (Red+Green+Blue) = 172+198+167=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC6A7 is #533958. Grayscale: #BABABA. Windows color (decimal): -5454169 or 10995372. OLE color: 10995372.

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

Color convert

RGB172198167-
CMYK0.1300.160.22
HSL110.32º21.38%71.57%-
HSV(B)110.32º15.66%77.65%-
XYZ44.1851.9544.26-
YUV186.69116.89117.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.03%
GREEN value IS 198 (77.73% from 255) = 36.87%
BLUE value IS 167 (65.62% from 255) = 31.10%
R=32.03%
G=36.87%
B=31.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981670.1300.160.22110.3221.3871.57
HexACC6A7D010166e1548
Octal254306247150202615625110
Binary1010110011000110101001111101010000101101101110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6A7; }

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

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

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

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

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

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

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

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