#ACCAA6

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

Shades of Rainee #ACCAA6

Tints of Rainee #ACCAA6

Color information

#ACCAA6 (or 0xACCAA6) is unknown color: approx Rainee. HEX triplet: AC, CA and A6. RGB value is (172,202,166). Sum of RGB (Red+Green+Blue) = 172+202+166=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCAA6 is #533559. Grayscale: #BDBDBD. Windows color (decimal): -5453146 or 10930860. OLE color: 10930860.

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

Color convert

RGB172202166-
CMYK0.1500.180.21
HSL110º25.35%72.16%-
HSV(B)110º17.82%79.22%-
XYZ45.0253.7644.08-
YUV188.93115.06115.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 166 (65.23% from 255) = 30.74%
R=31.85%
G=37.41%
B=30.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021660.1500.180.2111025.3572.16
HexACCAA6F012156e1948
Octal254312246170222515631110
Binary1010110011001010101001101111010010101011101110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCAA6; }

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

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

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

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

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

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

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

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